This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

5
  1. Andrew Misplon Staff 11 years, 4 months ago

    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. Glen Cannon 11 years, 4 months ago

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

  3. Greg Priday Staff 11 years, 4 months ago

    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. Glen Cannon 11 years, 4 months ago

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

  5. Andrew Misplon Staff 11 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread