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

    HEllo i want to add a vertical line between any of the menu itens.
    And i want to increase the size of the line under the menu i selected.
    See picture:

    https://drive.google.com/file/d/0BxNyQFuBTcb3R3RocUM3cGhpRUU/edit?usp=sharing

    Thanks.

    #296593

    Hi Ovelheiro!

    Thank you for using our theme.

    Can you send us a link to the page to get the correct CSS tags?

    Best regards,
    Günter

    #296632
    This reply has been marked as private.
    #296754

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx { height: 5px; }
    #top .av-main-nav > li > a { border-right: 1px solid #e2e2e2; }

    Best regards,
    Yigit

    #296787

    It worked. Thank u very much.
    If i want to change .avia-menu-fx
    Should i use:
    .avia-menu-fx { #e2e2e2; }

    ?

    #296792

    Hi!

    Please use following code and adjust as needed

    span.avia-menu-fx {
    background-color: orange!important;
    }

    Regards,
    Yigit

    #296793

    Ok. But if i want another color?
    Wich colors i can use, there are any list of them? Or for example i just need to use, orange, green, black, red.
    No hex color codes?
    Thanks

    #296798

    Hi!

    No no you can use hex codes as well

    span.avia-menu-fx {
    background-color: #e2e2e2 !important;
    }

    Regards,
    Yigit

    #296855

    Okay. Thank u very much.

    #296863

    Hey!

    You are welcome! Glad we could help! :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Add vertical Line Between Menu itens’ is closed to new replies.