Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Changing colors of grey horizontal lines and borders

Home / Forums / Virtue Theme / Changing colors of grey horizontal lines and borders

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 5, 2016 at 3:44 pm

I’ve been using custom css to adjust border colors from grey to green. I’ve found most of them with the following css codes:

.bg-lightgray {
background: #9ED68B;
opacity: 0.5;
}

.home_blog article {
border-color: #9ED68B;
}

.page-header{
border-color: #9ED68B;
}

.headerclass{
border-bottom: 2px solid;
border-top: 2px solid;
border-color: #9ED68B;
}

.single-footer{
border-bottom: 2px solid;
border-color: #9ED68B;
}

.sidebar .widget-inner li {
border-color: #9ED68B;
}

.footerclass {
border-bottom: 2px solid;
border-color: #9ED68B;
}

However, I am still missing a few – can be seen at – specifically the border around the blog post and the bottom border under Categories in the sidebar. What css classes can I use to change these?

Or… is there a better way to adjust these without doing it all bit by bit?

Thanks!

  • The forum ‘Virtue Theme’ is closed to new topics and replies.