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?
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; }HI Andrew i put the script in but it did not work http://www.mwvmawards.com
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; }Thank you,that code did it how can i make the older post link biger in size?
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.