XF 2.2 How to add seperate block images of forum homepage and settings page?

TheMasso

Member
The same block images that I made for only categories are showing on settings page too. I really want to remove it and seperate them from eachother. How can I do this? Thanks.
 

Attachments

  • SS-1.webp
    SS-1.webp
    55.2 KB · Views: 20
  • SS-2.webp
    SS-2.webp
    19.4 KB · Views: 20
Solution
The style property is applied but not the custom css in extra.less :unsure:
Try this code to see if it is applied
Less:
.block--category .block-header {
    background: red;
}
Top Bottom