Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
When the problem appeared : Randomly
Forum link : https://spiritsofvalhalla.forumotion.com/
Description of problem
I have been try to get the forum titles of the Wulfenfordshire and Fellinshire categories to be the design described in the code below. What keeps happening is eventually the code breaks and I need to change the numbers indication the areas to be selected for the code and it happens rather randomly. I'm wondering if there is an alternate code or if the code I'm using is incorrect. And even though it may display correctly on the index, viewing the category directly doesn't display the right forum title design.Now, I did use the main forum title code for my Other two categories that use a different forum title design. So if I need to change that, I can.
What it's supposed to look like:
- Screenshot 1:
What it's not supposed to look like:
- Screenshot 2:
- Code:
.forabg:nth-child(8) a.forumtitle,
.forabg:nth-child(9) a.forumtitle {
display: box;
background: transparent;
font-size: 30px;
font-family: Nothing you could do;
color: #FAF9F6;
text-align: left;
text-decoration: uppercase;
-webkit-text-stroke: 1px black;
margin-top: -20px;
}
Last edited by Merciful Flower on July 4th 2021, 2:20 am; edited 2 times in total