[Resolved] Change color within Footer Text Widget

Home Forums Support [Resolved] Change color within Footer Text Widget

Home Forums Support Change color within Footer Text Widget

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87118
    GE

    Hi.

    I want to change the color of my Footer Text Widget (i want it the same color as my body text). When i change it with my addons it changes the colour in the width of the entire screen. I want it only in the part where i have my text.

    #87155
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m not sure what you mean by “it changes the color in the width of the entire screen”?

    Are you trying to change the text color? If so, the option in the Colors add-on should only change the text color within the footer widgets.

    #87510
    GE

    Hi Tom,

    Thanks for helping me.

    I only want to change the background within the entire Footer Text Widget, and that for each of the three footer widgets. So exactly the space i use Footer Widget 1, Footer Widget 2, and Footer Widget 3.

    Thanks in advance!

    Greetings
    GEAP

    #88031
    Tom
    Lead Developer
    Lead Developer

    Hmm, so you want the footer widgets to be separated instead of in one container?

    First, remove the footer widget background in Customize > Colors.

    Then, add this and adjust:

    .footer-widgets .widget {
        background: none repeat scroll 0 0 #fff;
        margin: 0 10px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    Hope I’m understanding correctly 🙂

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