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

    Hi enfold team,

    I would like to add a line on the left and on the right side of the menu as in the picture below. Is it possible ?

    Thanks,

    Clément
    header with line on the side

    #777066

    Hey Blue_Bear,

    It might, could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #777068

    Yes of course,

    I give you an acces below.

    Thanks

    #777425

    Hi Blue_Bear,

    I could not login, could you please update credentials.

    Best regards,
    Victoria

    #777428

    Ow sorry for that try with the password below

    #777669

    Hi,

    Thanks, that worked. Though looking at your site it looks like you have been able to achieve it already?

    Best regards,
    Rikard

    #777716

    Hi,

    Not at all I find a temporary solution. It’s a line but it’s inelegant. I just put a picture of a line in menu item….

    Do you have an other solution ? If not (unlikely:) can you tel me how to revoque any hover effect/link on a particular menu-item?

    Thanks,
    Clément

    #778841

    Hi Clément,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css (this is to remove hover only on those 2 menu items and hide them on mobile menu)

    
    #menu-item-254:hover > a,  
    #menu-item-255:hover > a {
        background-color: #ffffff !important;
    }
    
    @media only screen and (max-width: 767px) {
    #menu-item-254,  
    #menu-item-255 {
        display:none;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #808917

    Hi,

    Sorry I should have say that before : you can close the topic :)

    Thanks,
    Clement

    #809195

    Hi,

    Thanks for letting us know. 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 ‘line on bothe side of the menu header’ is closed to new replies.