I don't really understand to be honest ok ...... brother can you tell me the steps please?Mannix_ wrote: ↑Sat May 18, 2024 7:24 am phpBB • [GUIDE] How to edit any part of the theme with ease!
Code: Select all
.forabg:nth-child(3) ul.forums {
background: red !important;
}
Code: Select all
.forabg:nth-child(3) ul.forums .row:nth-child(2) {
background: red !important;
}
I have try this but i want to add background image to one category like at to my server list.Mannix_ wrote: ↑Sat May 18, 2024 11:37 amorCode: Select all
.forabg:nth-child(3) ul.forums { background: red !important; }
adjust the numbers to target specific categoryCode: Select all
.forabg:nth-child(3) ul.forums .row:nth-child(2) { background: red !important; }
The creator îs no longer awaible. Its first thing what i did.
Code: Select all
.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;
}
Works just fine thanks bro!Madalin10 wrote: ↑Sun May 19, 2024 10:50 pm Add this code to your stylesheet file or in overall_header between <style></style>.
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.Code: Select all
.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; }
It should look like this:
red
to a url(path_to_image)
in my examples C'mon buddy nobody is gonna hold your hand that much. You should be able to figure it out such a simple stuff by now. More so even when you already changed the background on the server list in another topic.Im stil learn bro sorry for theth. I used until now another platforma, so in phpbb3 its all new stuff for me.Mannix_ wrote: ↑Mon May 20, 2024 10:16 am I guess it was to hard to figure out to changered
to aurl(path_to_image)
in my examples C'mon buddy nobody is gonna hold your hand that much. You should be able to figure it out such a simple stuff by now. More so even when you already changed the background on the server list in another topic.
If and when you do decide to pay you need to post in the Wanted! Forum.