Tagged: ,

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

    Hi !
    Is it possible to make different headers menu on targeted pages ?

    For example :
    – On Page 1 : menu 1
    category 1 – category 2 – category 3
    – On Page 2 : menu 2
    category 4 – category 5 – category 6

    Thank you !
    Regards,
    Franck

    #301430

    Hi Franck!

    You can use this plugin to have different menus per page.

    Cheers!
    Josue

    #301533

    It works great ! Thank you Josue.
    Just a little question. I’d like to have my menu in bold style and with split bars between the categories (like in your example on Enfold settings : http://www.sphere-evenements.com/barreseparation.jpg) How can I do this please ?
    Cheers !
    Franck

    #301535

    Hey!

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

    .av-main-nav > li > a span.avia-menu-text {
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
    }

    Best regards,
    Yigit

    #301542

    Thank you Yigit it works but I don’t want a split bar at the end (like the example), just between the categories, how can I do this please ?
    Thanks !
    Franck

    #301547

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #301551

    Sorry but I can’t because I work on local mode :(

    #301553

    Hey!

    Please try adding following code to Quick CSS

    .av-main-nav > li:last-child > a span.avia-menu-text {
    border-right: none;
    }

    That should do it :)

    Cheers!
    Yigit

    #301561

    Cool it works :)
    However, there is an issue with the plugin Josue has sent me. In fact, the search icon can’t be displayed in the header when the plugin is activated. Maybe a conflict in between the 2 php codes.
    Actually, I don’t need the search icon in my header so it’s ok :)
    Thanks a lot for your help !
    Franck

    #301568

    Hey!

    You are welcome Franck! Have a great weekend! :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Different headers on targeted pages’ is closed to new replies.