StyledThemes

Blog Right Side Bar. background color.

Home Forums WordPress Themes – Premium Pure & Simple Blog Right Side Bar. background color.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16711
    Ark Zaydman
    Member

    Hello! Love the them. How do I change the color to the background of the Blog right sidebar widget? There is no option within the “Colours” area

    http://www.copperandsmoke.com

    #16712
    Binaya D
    Participant

    Hi Ark,

    Please use the following css to fix your issue:

    
    #secondary {
        background-color: red;
    }
    

    Note: Please use the custom css plugin or child theme to write css.

    Thanks

    #51718
    OWSC
    Participant

    I tried this on the Flat Responsive Pro theme and it did not work. Is there a different class/css text to use for my theme?

    #51758
    Bidur
    Moderator

    Hello OWSC,

    Try adding the following css inside the additional css section of your customizer;

    #fr-right {
        background-color: #a59a9a;
    }

    Note: We request you to post your queries in respective theme forum.

    Let us know.

    Best Regards,
    Bidur

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.