[Support request] Changing color of side bars on "NEWS" section of Zeal theme

Home Forums Support [Support request] Changing color of side bars on "NEWS" section of Zeal theme

Home Forums Support Changing color of side bars on "NEWS" section of Zeal theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1222800
    Diego

    Hi team,

    I’m using the Zeal theme and was wondering, how do I change the color of the sidebars section using the News theme?

    Please see this photo for reference: https://ibb.co/NxmZ6Cp

    It’s the gray side bars, not the widgets that hold archives, recent posts, etc.

    #1222890
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the grey border?

    If so go to Customizer > Additional CSS field and edit this block of code:

    .menu-main-navigation-container ul, .widget_recent_entries ul {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    Change rgba(255,255,255,0.1) to whatever color you’d like.

    Let me know if this helps 🙂

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