News:

Create A Forum Installed

Author Topic: Changing 'fixed' text colour  (Read 800 times)

0 Members and 1 Guest are viewing this topic.

Offline Retro Rudimental

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile

Badges: (View All)
Level 2 Level 1 Search
Changing 'fixed' text colour
« on: September 14, 2014, 02:29:18 pm »
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.
[/size][/font]
  • 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..

Share on Facebook Share on Twitter


Offline Tropical_Wannabe

  • Newbie
  • *
  • Posts: 21
  • Karma: 1
    • View Profile

Badges: (View All)
Level 3 Karma One year Anniversary
Re: Changing 'fixed' text colour
« Reply #1 on: October 04, 2014, 05:48:10 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: [Select]
#upper_section ul li.greeting
{
color: red;
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.5em;
}


The color of the text you enter under News and Newsletter can be changed using simple bbc code for color.





 

Related Topics

  Subject / Started by Replies Last post
33 Replies
7283 Views
Last post July 02, 2011, 01:34:00 pm
by simply sibyl
2 Replies
1062 Views
Last post November 26, 2012, 04:48:38 am
by aIURbliS
1 Replies
353 Views
Last post December 19, 2017, 06:15:50 pm
by CreateAForum
0 Replies
2293 Views
Last post November 14, 2018, 04:26:37 am
by CreateAForum
0 Replies
168 Views
Last post October 11, 2023, 10:17:09 pm
by R+