Modify Inline index.php css value, to lower line-height of menu

edited August 2016 in Menu / Mega menu

Hi,

I would like to lower the line-height value of the sticky menu in my website, but there is inline css (bottom of the post)

I found this inline css previously, and changed the value in the Betheme Theme Options page, but now I can't find any option about it. 
I tried to override this value in my child-theme using !important but it's not working, do you have any solution?

Thank you,
Best regards

@media only screen and (min-width: 768px) {
.menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a span {
line-height: 30px !important;
} }

Comments

Sign In or Register to comment.