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

inlined CSS for mobile header causing a headache

Home / Forums / Virtue Theme / inlined CSS for mobile header causing a headache

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
February 20, 2019 at 10:21 am

HI there

Ok so im doing some customisation of the header on the theme. this particular bit of inlined CSS is causing a real problem:


@media
(max-width: 991px)
.stickyheader #kad-banner #logo a, .stickyheader #kad-banner #logo a #thelogo, .stickyheader #kad-banner #kad-shrinkheader {
height: 60px !important;
line-height: 60px !important;
}

I can get around this problem by changing this CSS In the console (removing the a in the first declaration) but I cant locate this anywhere in the javascript files. where is it coming from?

I am using a child theme so I can override this no problem

obviously any CSS i write is just being overriden as well as its both inlined, and !important, which is a real headache

thanks

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