Hello,
I attempted to solve my issue with answers from this forum but they don’t appear to work. I have a site with a sidebar menu and I’m trying to remove the separators between menu items. I would also like to remove the borders around the social icons. TIA!
Hey squirrelza,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi Rikard, thank you for getting back to me. I’m trying to remove the line before the logo, as seen in the preview link below. Also, on grid view for blog posts, is it possible to change mouseover icon from an arrow to something else?
Hi!
Please add to your CSS
.html_header_sidebar #header .av-main-nav > li > a {
border-bottom-width: 0px;
}
let us know if you need anything else
Best regards,
Basilis
Can this be added to quick CSS? Doesn’t seem to do anything
Hi,
Yes you can add it to Quick CSS, did you try to clear your browser cache and reload a few times? If that doesn’t help then please post admin login details in private so that we can have a closer look.
You could try to add important to the code Basilis gave you:
.html_header_sidebar #header .av-main-nav > li > a {
border-bottom-width: 0 !important;
}
Regards,
Rikard