Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    I’m not sure what you mean by to add target it but you may try the following and let me know if it works for you:

    1. Go to Appearance -> Responsive Column Widgets -> New / Edit.
    2. Find the section, Custom Style and the Container Background Color option.
    3. Set the background color.

    Hope it helps!

    Thread Starter myhero

    (@myhero)

    Hi there,
    Thanks for the response, I’ve made the color change at the Container Background Color option, however the change has not taken effect. It can be seen here. Note the grey widget background.

    Plugin Author miunosoft

    (@miunosoft)

    I see. The option indeed does not take effect in Twenty Thirteen. Thanks for the report!

    Please add the following CSS rule to the CSS Rule option.

    .responsive_column_widgets {
        display: inline-block;
    }

    Let me know if it works or not. If it does, it will be included in the next release.

    Thread Starter myhero

    (@myhero)

    Hi,
    I’ve added the code but the widgets are now compacted on the left side of the page.

    Plugin Author miunosoft

    (@miunosoft)

    I see. Please try:

    .responsive_column_widgets {
        width: 100%;
        display: inline-block;
    }
    Thread Starter myhero

    (@myhero)

    Winner, thank you!

    Thread Starter myhero

    (@myhero)

    Quick question, and not related to the plugin. I am struggling to find/change the background color of the home widgets (in front of the yellow background) (the color in front of the yellow) do you perhaps know where I could change this?

    Plugin Author miunosoft

    (@miunosoft)

    I think, in your case,

    .responsive_column_widgets_box .widget {
        background-color: transparent;
    }

    You may change the part, transparent, to what your need.

    Thread Starter myhero

    (@myhero)

    Thank you!

    Plugin Author miunosoft

    (@miunosoft)

    You are welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Widget background color (Twenty Thirteen theme)’ is closed to new replies.