change the older post link color
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.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
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.
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.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
5Hi 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.
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.