Home>Support>Footer Text Color Change

Footer Text Color Change

By ozzieguy, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Mabrahmz

    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.

  2. 10 years, 6 months ago ozzieguy

    Hi Mabrahmz

    That is part of the problem also, there is NO Editor in Appearance.

    Many thanks

    Oz

  3. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Oz

    Try the following under Appearance > Custom CSS:

    /* Origami Footer Copyright Text */
    
    #footer .copyright {
    color: #fff;
    }
    

    Edit as required.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More