Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869214

    Hi, i want to use in the top menu “social” and “tel/extra” on left and “second menu” on the right, but how do i put a separetor only between menus and between the social and tel/extra?

    like this
    top menu

    my website
    https://www.isopasse.com.br/

    #869695

    Hey Guilherme,

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

    #top #header_meta .phone-info a {
        border-left: 1px solid white;
        padding-left: 15px;
    }
    .sub_menu li {
        border-color: white!important;
    }
    

    Best regards,
    Yigit

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