Site logo

[Resolved] How do i change the colour of sidebar search box background

Home Forums Support [Resolved] How do i change the colour of sidebar search box background

Home Forums Support How do i change the colour of sidebar search box background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2503924
    Vivek

    Hi,

    How can i change the colour of this sidebar search box background from blue to another colour

    I couldnt see any option to change the colour of this background

    https://ibb.co/QnDRJMP
    https://ibb.co/8gcJyW0

    Can someone please reply fast

    #2504091
    David
    Staff
    Customer Support

    Hi there,

    the color is added using CSS.
    Go to Customizer > Additional CSS and look for:

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

    You can either delete that CSS if you want it to match the other widget colors.
    Or change the #hex colors to suit your need

    #2504101
    Vivek

    Thanks it worked!

    #2504112
    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.