• Resolved enolawest

    (@enolawest)


    I can’t replace the color of the first widget. If I put the second widget instead of the first then it will take the color of the other widget. I searched everywhere but couldn’t find the solution.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    check in the Customizer > Additional CSS you will find:

    .sidebar .widget:first-child, .sidebar .widget:first-child .widget-title {
        background-color: #83b0de;
        color: #fff;
    }

    Which is whats setting the color of the first widget.

    Thread Starter enolawest

    (@enolawest)

    It works now, thank you David!

    Can you watch a mobile version of a “single post” page. These are not fixed and move on each side. Do you have an idea ?

    • This reply was modified 2 years, 8 months ago by enolawest.

    Add this CSS:

    .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
        width: auto !important;
    }
    Thread Starter enolawest

    (@enolawest)

    Thanks again David!
    Your support is fast and amazing.

    Glad to be of help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can’t change the color of the widget’ is closed to new replies.