Hi! I would like to remove the lines above, under and the lines between the menu items when I have a the menu below the logo to the left. Is that possible? Thanks!
Hi Effektid!
Please add following code to Quick CSS
.av-main-nav > li > a, #header_main_alternate { border: none !important; }
Best regards,
Yigit
Hmmm, it’s not working!
Previously I added this CSS code to get lowecase headlines, but that didn’t work either! What could be wrong!?
h1, h2, h3 {
text-transform: none !important;
}
Hey!
Can you post the link to your website please?
Please try adding the code to Style.css file of your child theme if you are using a child theme. Please disable CSS minifying feature if you are using on any plugin. And most importantly, please make sure to flush browser cache after making styling changes
Best regards,
Yigit
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hey!
> signs were converted to HTML in Quick CSS field – http://i.imgur.com/goDYr4P.png?1
I fixed them and it does work fine now. Please flush browser cache and refresh your page a few times.
Regards,
Yigit
Great! Thanks!