Site logo

[Support request] Color of the first widget in my right sidebar.

Home Forums Support [Support request] Color of the first widget in my right sidebar.

Home Forums Support Color of the first widget in my right sidebar.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2498654
    Phil

    Hi, I have problems in changing the colour of the first widget in my right sidebar.
    If I change the position of the first widget on top the colour on top is always light blue.

    any help would be appreciated

    Thanks

    #2498746
    David
    Staff
    Customer Support

    Hi there,

    the marketeer site uses some CSS for that.
    If you go to Customizer > Additional CSS look for this code:

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

    You can either change those hex colors or just remove that CSS altogether if you don’t want its color to be different to the other widgets.

    #2498754
    Phil

    Thank you all sorted.

    #2498822
    David
    Staff
    Customer Support

    Glad to hear that !

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