Home>Support>change the older post link color

change the older post link color

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].

Hello can you tell me how i can change the older post link color to white?

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, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Glen

    Thanks for running Focus.

    Please try inserting the following under Appearance > Custom CSS and changing #000000 to the color of your choice:

    /* Focus Post Navigation Link Color */
    
    #nav-below a,
    #posts-nav a {
    	color: #000000 !important;
    }
    
  2. 10 years, 9 months ago Glen Cannon

    HI Andrew i put the script in but it did not work http://www.mwvmawards.com

  3. 10 years, 9 months ago Greg Priday
    Hi, I Work Here

    Hi Glen

    It appears as if there’s a syntax error in your custom CSS. Some previous code you added doesn’t have a closing bracket. This is what should be in your custom CSS.

    #masthead {
       background: #FFF ;
       background-image: -webkit-gradient(linear, left bottom, left top, from(#000 ), to(#000));
       background-image: -moz-gradient(linear, left bottom, left top, from(#000 ), to(#000));
       background-image: -ms-gradient(linear, left bottom, left top, from(#000 ), to(#000));
       background-image: -o-gradient(linear, left bottom, left top, from(#000 ), to(#000));
       color: #FFF;
    }
    /* Focus Post Navigation Link Color */
    
    #nav-below a,
    #posts-nav a {
    	color: #ffffff !important;
    }
    
  4. 10 years, 9 months ago Glen Cannon

    Thank you,that code did it how can i make the older post link biger in size?

  5. 10 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Try changing your Custom CSS for those selectors to:

    /* Focus Post Navigation */
    
    #nav-below a,
    #posts-nav a {
    	color: #ffffff !important;
    	font-size: 16px;
    }
    

    Change 16px 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