Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2144

[3.3.x] Styles Support & Discussion • Re: Category backround

$
0
0
Add this code to your stylesheet file or in overall_header between <style></style>.

Code:

.forabg:nth-child(4) .forums:before {    content: "";    background: url(//img.freepik.com/free-photo/digital-art-beautiful-mountains_23-2151123688.jpg) center / cover no-repeat;    position: absolute;    inset: 0;    pointer-events: none;    opacity: 0.4;}
The link you can change it with your desired photo. Nth-child function will count your categories order, if you change from 4 to another number, the background will be visible to the respective category.

It should look like this: Image

Statistics: Posted by Madalin10 — Sun May 19, 2024 10:50 pm



Viewing all articles
Browse latest Browse all 2144

Trending Articles