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

How to override a display: attribute in CSS?

Home / Forums / Virtue Theme / How to override a display: attribute in CSS?

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
March 30, 2015 at 5:46 pm

Hello, the page I am working with is:

I am trying to hide this div using CSS.

<div class="feedjitc-header"> <a href=" target="_blank" title="home" class="feedjitc-current"><span>Live Traffic Feed</span></a> </div>

I am adding this to the custom CSS:

.feedjitc-header {
display: none !important;
}
div.feedjitc-header {
padding: 0;
display: none !important;
height: 0px !important;
}

But I cant hide that header. Can you tell me how to hide that div? Thanks!

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