Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Changing a particular text font colour / color
#1
Not Solved
Hi All

Adding a dark background colour means some of my text isn't showing, as the text is also in a dark colour~!

How do I change the colour of the particular bit of text, as shown in the screenshot - and will it also change any other text colour on my forum.

Many thanks

Phil

www.vwcamperforum.co.uk
   
#2
Not Solved
Change color attribute of #container in global.css.

May also need to change #container a:link, #container a:visited, #container a:active, #container a:hover
#3
Not Solved
You are special!

Many thanks
#4
Not Solved
Still can't find this in my CSS.
#5
Not Solved
^ #container exists in global.css of your forum's current theme
admin panel >> themes >> forum's active theme (sky theme) >> global.css --> Edit Stylesheet: Advanced Mode (tab)

you can use browser search facility (eg. press CTRL + F) to find #container or you can add required style properties at
the bottom of global.css , save it and hard refresh your browser (eg. press CTRL + F5) on index page to check changes
#6
Not Solved
Still can't find it!

The colour set in all those container fields are #000000 or #ffffff but the colour of the text I want to change is a grey.
#7
Not Solved
^ you can find .forum_legend dd in the global.css (near the bottom) and add color property like below
.forum_legend dd {color: #808080; 

or add below at the bottom of global.css
.forum_legend dd {color: #808080;}

remember hard refreshing browser (eg. press CTRL + F5) after saving changes to global.css
#8
Not Solved
WOW! As always .m. - thank you VERY much!

Happy Christmas to you and yours!


Forum Jump:


Users browsing this thread: 1 Guest(s)