MyBB Community Forums

Full Version: CSS tweeks help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
You are trying to edit the color and size of the links in the header, right? (Home, Search, Member List, etc.)

Admin CP -> Templates & Style -> *your theme* -> global.css -> edit:

.menu li
.menu ul
.menu ul a:link
.menu ul a:visited
.menu ul a:hover, .menu ul a:active

In each one of these you have to insert what you want. Example: If you want the links to be white, edit .menu ul a:link and choose color #FFFFFF.
Thank you so much to edit the size can i just do size: 5px;
Edit the Font Size in the .menu li to 5px.
Is the header showing any change is the text white becaus emy friends pc the text is still black but on mine its white
It's also white here. Tell your friend to refresh (F5 or CTRL+F5) the forum.
Ok and when if i add text-size: 5px; to the .menu it should change right?
Yes, it should. But if you are editing in the Simple Mode, you just need to select .menu li in the Selector and then write 5px in the Font Size field.
Nothing the color worked but the text didnt i dont understand
I can see this in your global.css:

Quote:.menu li {
text-size:23px;
color: #FFFFFF;
display: inline;
padding-left: 5px;
}

Try font-size: 23px; instead of text-size:23px;
Nope nothing its so weird why it isnt working i have everything done correctly.
Pages: 1 2 3 4 5 6 7