In theme options > menu and action bar > menu > layout > style I have set the style to "line below link (80% width, 1px height) for the menu hover line. However in the sticky header the hover line is only set as "line below link". How do I change it so the hover line for the sticky header is also 80% width and 1px height. My website is
ecogeneration.co.uk. Thank you
Comments
#Top_bar.is-sticky .menu > li > a::after{Thanksbottom:0 !important;
height:1px;
width:80% !important;
margin-left:10%;
}