Hi! Is there a way to change the color of the text of the sidebar widgets? If so, how?
Also, how can I move the previous post button on single post pages?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Evan
Thanks for reaching out.
There isn’t a font color setting for sidebar widgets at the moment. Please try the following at Appearance > Custom CSS:
/* Sidebar */ #secondary aside p, #secondary aside li { color: #000000; }Replace #000000 with your preferred color.
To remove post navigation go to Appearance > Theme Settings > Navigation > Post Navigation and de-activate.
Let us know how you come along.
Thank you so much for your time! How would I change the color of the title of the sidebar widgets?
Sure, let’s try:
/* Sidebar */ #secondary aside h3.widget-title { color: #000000; }Let us know how that goes.
Sorry to bug you but that doesn’t work.
Also:
1. I want to keep the previous post button on posts but I want to move it. Where is it in the code and what .php file?
2. How do I change the text color of the comments “Name” and “email” field titles for post comments?
Thanks again!
Hi Evan
I hope you don’t mind me jumping in here.
Please try replacing the last CSS Andrew gave you with this for the widget titles
#secondary .widget .widget-title { color: #fff !important; }To move the previous buttons on the posts please try this
.site-content .nav-previous { float: right; width: 20%; }You can adjust the positioning left or right by changing the width value.
To change the text colour of the comment form labels please try this
#commentform label { color: #ccc; }You can change the colour using any hex value colour code. Please see here for more information on this
http://html-color-codes.info/#HTML_Color_Picker
Let us know how you get on
Magus
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.