• RodwellBuildingServices

    (@rodwellbuildingservices)


    How to make the area background colors go behind the widgets? I love the Customizr theme and would like the page background colors to go up close to the images even when they zoom. Refer to site page https://rodwellbuildingservices.com/. The featured images are in a white box and so are the footer widgets and sidebar. Can anyone say how to modify so the white areas are the same colors as their surroundings?
    Please reply and thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • for the featured pages try with:

    article [class*=span] .round-div,
    [class*=span] .round-div {
      border-color: #eded97;
    }

    about the sidebars, I see your sidebar has the same background you used for the body so don’t get the question.
    The footer is grey, what do you mean?
    Are you talking about the colophon? Where are social links, creits and the back to top? If yes, then:

    footer#footer .colophon {
      background-color: #eded97;
    }

    Hope this helps

    Thread Starter RodwellBuildingServices

    (@rodwellbuildingservices)

    Thank you,
    I am not sure how to make the edits and will try. I realize the sidebar widgets and footer widgets have their own background.

    Most appreciated,

    No need to edit anything.
    Just put those in Appearance->Customize->Advanced Options -> Custom Css

    Thread Starter RodwellBuildingServices

    (@rodwellbuildingservices)

    Got it! Thank you, now I can widen and center those widgets in footer #1. Thank you again for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background in Widgets, Featured Images and Buttons’ is closed to new replies.