Home>Support>Sidebar color and Back button

Sidebar color and Back button

By Evan Schweikert, 10 years ago. Last reply by Magus, 10 years ago.
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].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

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

  2. 10 years, 1 month ago Evan Schweikert

    Thank you so much for your time! How would I change the color of the title of the sidebar widgets?

  3. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Sure, let’s try:

    /* Sidebar */
    
    #secondary aside h3.widget-title {
    color: #000000;
    }
    

    Let us know how that goes.

  4. 10 years, 1 month ago Evan Schweikert

    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!

  5. 10 years, 1 month ago Magus
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More