Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #512472

    Hi

    Thank you for all your help.

    In the main menu navigation links – I was able to remove the line that indicates what page you are on – but have not figured out how to change the color of the name of the current page.

    Thanks in advance.

    #512613

    Hey amester55,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #512753

    Hello,

    The link is in the private content.

    Thanks

    #512758

    Hey!

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

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { 
    color: orange !important; 
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #543913

    That worked great for me, thanks.

    Follow up question:

    How do I remove the line below the current page in the navigation menu or at least control the color?

    I have the button style selected for one of my navigation menu items so I am using the Theme Options/General Stylings/Logo Area/Primary Color set to the color I need which is also making the line underneath the navigation menu links colored.

    If i can use some Quick CSS to remove or control the color of the line underneath the navigation menu items that would be great.

    Thank you very much for any help you can provide.

    #544019

    Hi!

    At the same code, use the border-bottom attibute to control it, either with a border: none or border-color.

    Let us know if that works fine.

    Cheers!
    Basilis

    #544076

    Is that what you mean?:

    .border-bottom .main_menu ul:first-child > li.current-menu-item > a, .border-bottom .main_menu ul:first-child > li.current_page_item > a {
    color: black !important;
    }

    Thank you.

    #544487

    Hi!

    No, please add following code to change its color

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

    and following one to remove it

    .avia-menu-fx {
    display: none !important;
    }

    Cheers!
    Yigit

    #544821

    That worked perfectly, thank you so much for your help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change color of current page on main navigation’ is closed to new replies.