Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1017406

    Hi,

    I am trying to remove the vertical line in the header between menu and social icons.

    Have tried the following code but not working:

    #top .avia-menu.av_menu_icon_beside {
    border: 0 !important;
    }

    Thanks so much

    #1017458

    Hey timchurchman,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1017461

    Sorry! See Private Content

    #1017505

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    .av_menu_icon_beside {
      border-right:none;
    }

    Best regards,
    Rikard

    #1017506

    Unfortunately still there

    #1017691

    Hi,

    Please try this instead:

    .avia-menu {
      border-right:none !important;
    }

    Make sure that you generate new files under Enfold->Performance once you have added it as well.

    Best regards,
    Rikard

    #1017789

    Thank so much!!!

    #1017838

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1018856

    Please close, you guys are really nice

    #1018938

    Hi,

    Thanks for the kind words :-)

    I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Removing Line between menu and social media icons in header’ is closed to new replies.