Site logo

Archived topic

Changing color of side bars on "NEWS" section of Zeal theme

1 reply · Started by Diego on April 1, 2020

Viewing posts 1–2 of 2

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.

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 :)

This archived topic is closed to new replies.