Viewing 2 replies - 1 through 2 (of 2 total)
  • Which widget are you using for the sidebar?

    Plugin Author Greg Priday

    (@gpriday)

    Hi Alen

    You probably just need to give a slightly more specific CSS selector for the widget background. If you’re using something like:

    .widget {
       background-image:...;
    }

    Then this will also select the widgets in page builder. If you have CSS that’s specific to your sidebar, then it wont effect PB widgets.

    #sidebar .widget {
       background-image:...;
    }

    Obviously this depends on what the class/ID of your sidebar is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar background image used by PB’ is closed to new replies.