• Resolved opalideas

    (@opalideas)


    Looking to convert to the paid version but, after the last theme update the sidebar has no background colour. I can’t find anywhere to change the background in sidebars. How is that to be done?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Denzel Chia

    (@denzel_chia)

    Post your website URL.

    Thread Starter opalideas

    (@opalideas)

    Sorry – been traveling.
    website: http://www.opalideas.com

    Denzel Chia

    (@denzel_chia)

    Hi,

    You can use the following to change the widget content background color.
    Use in Theme Options -> Custom CSS

    .widget-content {
        background: #ffffff none repeat scroll 0 0 !important;
    }

    To give sidebar a background color,

    #secondary, #secondary-2 {
        background: #ffffff none repeat scroll 0 0 !important;
    }

    The #ffffff is the color hex code for white color.
    You can change to the color that you require.
    Use this online tool to help.
    http://www.colorpicker.com/

    Thank you

    Thread Starter opalideas

    (@opalideas)

    Thank you Denzel. That works perfectly. But why is the Customizer gone?

    Denzel Chia

    (@denzel_chia)

    Hi,

    It’s not gone.
    http://img.prntscr.com/img?url=http://i.imgur.com/66deoR1.png

    Disable your plugins one at a time to find out which plugin is causing this issue.

    Thank you.

    Thread Starter opalideas

    (@opalideas)

    Thank you again. I had disabled a few plugins but not think “Broken Link Checker” would be involved. It is the culprit.
    All good now. As soon as my PayPal fills up, I will buy the theme.

    Denzel Chia

    (@denzel_chia)

    Please mark this thread as resolved.
    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Customizer’ is closed to new replies.