[Resolved] How Can I Change The Color of This Sidebar Widget?

Home Forums Support [Resolved] How Can I Change The Color of This Sidebar Widget?

Home Forums Support How Can I Change The Color of This Sidebar Widget?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1500490
    Theodore

    Hi,
    Please, how can i change the color of the first sidebar widget on my site as shown on the screenshot below? I’m using the “Marketer’ template.

    Thanks.

    #1500497
    Leo
    Staff
    Customer Support

    Hi there,

    Edit this CSS in the Additional CSS field in the customizer:

    .sidebar .widget:first-child {
        background-color: #e86000;
        color: #fff;
    }

    You can remove the CSS if you just want the color to match with the other widgets.

    Let me know if this helps ๐Ÿ™‚

    #1500503
    Theodore

    Ok, thanks a lot.

    #1500703
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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