Resource icon

Add image in category

hemant_bhardwaj

Well-known member
hemant_bhardwaj submitted a new resource:

Add image in category - Add image in category right side or left side

Add character or any image on Category

Demo;
View attachment 170687


extra.less You just need to add the following codes to your template Replace the Red text with your image url

Less:
.p-body-pageContent .block--category:first-child .block-header::after {
    content: "";
    position: absolute;
    top: -119px;
    right: -25px;
    z-index: 2;
    pointer-events: none;
    background-image: url([COLOR=rgb(184, 49...

Read more about this resource...[/CODE][/quote]
 
Hi can you show me the image being used in an actual forum? The image provides doesn’t really show me what it does.

1520532988577-png.170710



the image on the TOP of category in white rectangle
I hope this will Help. sorry for confusion
 
Top Bottom