Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #939720

    Hi

    Is it possible that i can have a different style of the mobile menu link, wich page is currently visited. For example like on this page http://www.idc-marketing.at/. If i visited for example the page “Leistungen” and i open the mobile menu again i can see that i am on the page “Leistungen” because of the different background color.

    I have allready tried different pseudo-css-classes but that doesn`t help. Do i have to create a seperate class and where can i define the class for the links in the mobile menu.

    Thanks
    M_AVT

    #939789

    Hey M_AVT,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #939826

    Hey Victoria!

    Thanks for your prompt reply. I have installed the website local, so i can’t send you a link. I want the mobile menu like on the page i have namend before http://www.idc-marketing.at/.

    Is it possible to create a custom css class for the links of the mobile menu?

    Thanks and best regards
    M_AVT

    #940236

    Hi M_AVT,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    Best regards,
    Victoria

    #948850
    This reply has been marked as private.
    #948905

    Hi,

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

    #top #wrap_all #header #av-burger-menu-ul > li.current-menu-item a {
        color:red!important;
        font-weight:bolder;
    }
    

    Best regards,
    Vinay

    #948912

    Hi Vinay

    Thanks for your prompt reply, but the current link still looks the same like the other links.

    • This reply was modified 6 years, 7 months ago by M_AVT.
    #949393

    Hi,

    Please try this instead:

    #av-burger-menu-ul .current-menu-item .avia-menu-text {
        color:red !important;
        font-weight:600 !important;
    }

    Best regards,
    Rikard

    #949885

    Hi Rikard!

    Thanks for helping, this code works.

    Thanks and best regards
    M_AVT

    #950831

    Hi,

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

    Best regards,
    Rikard

    #951502

    Hi Rikard,

    i don`t need any further help on this topic, it works fine

    Thanks

    #951921

    Hi,

    Thank you for letting us know we do appreciate it a lot.

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile Menu – Link of current page should have an other style’ is closed to new replies.