How to edit the last bottom border of the x-theme integrity stack sidebar?

Hello support ! I have been attempting to change the color of this border:

with no success.

I have been using google developer tool with no success, as such help would be greatly appreciated.

Thank you in advance.

Hello Aryeh,

Thanks for writing to us.

To change the sidebar widget border color you need to add this custom CSS code under X—>Theme Options—>CSS

.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a {
border-bottom: 1px solid rgb(39 206 127);
}

Please feel free to change the color code as per your design.

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

1 Like

It worked ! Thank you !

Hi Aryeh,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.