Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #729174

    I’ve been through myriad threads on how to remove the line before the social icons and nothing I try works. The latest attempt is…
    #top .avia-menu. av_menu_icon_beside { border: 0 !important; border-right-width: 0 !important; border-right-style: none!important; }

    … but this doesn’t work either.

    #729183

    Hey lzevon,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu.av_menu_icon_beside {
        border-right-width: 0!important;
        border-right-style: none!important;
    }
    

    If you still have any issue please get back to us with the admin login credentials in private.

    Best regards,
    Vinay

    • This reply was modified 7 years, 6 months ago by Vinay.
    #729193

    Entered _ i had tried this code several times from viewing other threads. I still see the line on Firefox and Chrome – even when I clear cache and reload?

    #729270

    Hi,

    This code is working on my end checking the Chrome inspector, please try it in Quick CSS:

    .avia-menu.av_menu_icon_beside {
        border-right-width: 0 !important;
    }

    Best regards,
    Rikard

    #729589

    Very odd, no luck on my end. You can see the link and view the CSS in the source and see that I have this in place, but it’s not working.

    #729765

    Hi,

    I can’t see the code being applied to the element, where are you adding it? Please try to add it to Quick CSS. If that doesn’t work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #729933

    Yes, it works in the quick CSS. Is there any way i can have this within the child theme CSS (where I declare all my other CSS edits)?

    Thanks!

    #729940

    Hey!

    You can add the code to style.css file of your child theme :)

    Best regards,
    Yigit

    #729941

    That’s the purpose of this whole thread – that is not working. It only works when I put the code in the Quick CSS.

    #729944

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #729958

    Here you go

    #729962

    Hi!

    You had an error in your custom CSS in Style.css file. I fixed it and confirmed it is working fine now. Please review your website.

    Cheers!
    Yigit

    #729975

    Ugh – thank you!

    #729978

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Can not remove vertical line before socials’ is closed to new replies.