Changing colors of certain things?

Posted in: Newspaper
Post count: 6

How do I change the tab color for related posts, related by author and the comments?

Post count: 23312

Hello jasontermechi,

If you want to change the tab color for the related articles/more from author and comments, you have to use a bit of CSS code to do it. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-ss-main-content .block-title>span, .block-title>a, .block-title>label, .widgettitle, .widgettitle:after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a, .td-related-title .td-cur-simple-item, .woocommerce .product .products h2, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, .td-weather-information:before, .td-weather-week:before {
background-color: red!important;
}

The result you should see here -> http://screencast.com/t/KALdKSwbaR

Hope this helps!

Thank you for the message!

Post count: 6

Worked perfectly thanks for the quick response!

Post count: 5

How to change color of the black line under the tab?
Thank you

Post count: 23312

Hello Laonce,

If you want to change the color of this border, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-related-title {
border-bottom: 2px solid red;
}

Thank you for the message!

Post count: 5

Works great! Thank you, Catalin! But what about the color of the border near comments section tab?

Post count: 23312

Hello Laonce,

Please try the code below and place it in Theme panel.

The code is ->

.comments .block-title{
border-bottom: 2px solid red;
}

The result you should see here -> http://screencast.com/t/xwKrYwAf

Thanks.

Post count: 5

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.