Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #629810

    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!

    #630435

    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

    #630448

    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?

    #630460

    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

    #630462

    Can this be added to quick CSS? Doesn’t seem to do anything

    #631098

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.