Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi again
How do I make a text color change in the footer of my theme?
Thanks
ozzieguy
URL: http://ssda2000.org/
Generally, you go into your wordpress dashboard and under Appearance, click on editor. The page that opens, will open to the style.css this is what you edit.
Scroll down until you get to a section called footer. You want a section that looks like this:
#footer {
margin-bottom: 35px;
color: #888;
font-size: 0.85em;
border: transparent;
border-width: 0 1px;
color: #999999;
padding: 0px 5px;
Your’s probably won’t be exactly the same, but it will be enough the same.
The bit that says colour: #….. this is the bit you want to change. You need to change the numbers/letters between the hash and the semi colon (# ;)
If you don’t know what colour you want, google html color codes and you will find websites with the codes.
Your code must have 6 digits – either all number, all letters or a combination and you must have the # at the start and the ; at the end with no spaces.
Hi Mabrahmz
That is part of the problem also, there is NO Editor in Appearance.
Many thanks
Oz
Hi Oz
Try the following under Appearance > Custom CSS:
Edit as required.