News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Styling the fonts for Child Board Names

Started by pepa, February 25, 2018, 12:37:47 AM

Previous topic - Next topic

pepa

Looked everywhere through index.css and couldn't find this.  I don't mean the words 'Child Boards', that was easy .. but where are the styles for the names of the child boards?

Antes

add this to your index.css (end of the file), change the #Color with any color you wish, https://html-color-codes.info/ will help you to find your color and it outputs the code.

.children a
{
color: #Color;
}

pepa

Quote from: Antes on February 25, 2018, 06:18:10 AM
add this to your index.css (end of the file), change the #Color with any color you wish, https://html-color-codes.info/ will help you to find your color and it outputs the code.

.children a
{
color: #Color;
}


Thanks Antes, worked perfectly : )

Advertisement: