DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Style Support
*****************************************************
#Post#: 14401--------------------------------------------------
Changing 'fixed' text colour
DIR By: Retro Rudimental
Date: September 14, 2014, 9:29 am
---------------------------------------------------------
Hi folks,
I'm really struggling to change the text colour on my forum. Not
the text used in a field such as the one that I'm writing this,
but the text such as the 'News text' and the colour of your user
name where it is shown above ....Show unread posts since last
visit.
HTML http://support.createaforum.com/index.php?action=unread
- Show new replies to your posts.
HTML http://support.createaforum.com/index.php?action=unreadreplies
- September 14, 2014, 02:23:06 pm
-
I've tried using the sticky's on the first forum page and
followed them I'm sure to the letter. But for whatever reason
nothing seems to save.
When I open the editor, I am able to find the elements or body
that I want the text colour changed in,...but I have no idea how
to make it save as by clicking onto any other page or after
'creating' a new style, the backrounds end up changing colour
too.
Can someone please help??
Thank for your time..
#Post#: 14537--------------------------------------------------
Re: Changing 'fixed' text colour
DIR By: Tropical_Wannabe
Date: October 4, 2014, 12:48 pm
---------------------------------------------------------
To change the user name color, you'll need to add one little
line of code to your css.
Search for li.greeting
There should only be one reference to it.
Then add the following:
color: (your choice);
Here is what it looks like properly configured:
--- Code ---
#upper_section ul li.greeting
{
color: red;
font-size: 1.3em;
font-weight: bold;
line-height: 1.5em;
}
--- End Code ---
The color of the text you enter under News and Newsletter can be
changed using simple bbc code for color.
*****************************************************
Page 1 of 1