Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #263617

    Hello,
    Can you tell me the css to make the current menu item white. Mine looks grey, I think due to opacity?

    Thanks,
    Shelley

    #263643

    Hey rhinocorp!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .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: red; }

    Cheers!
    Yigit

    #263657

    Hey Yigit,

    This doesn’t seem to work. I should have said this is for the current item in the drop down part of the menu. I want the text to look 100% white (no opacity).

    Thanks,
    Shelley

    #264124

    Did you see my last message?

    #264128

    Hi!

    Please try adding following code to Quick CSS instead

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: white; }

    If that does not work, please post the link to your website so we can check it

    Regards,
    Yigit

    #264142

    Still looks grey. Website is touristsite.com.

    Thanks

    #264154

    Hi!

    Please use following code

     #top .header_color .main_menu .menu ul .current-menu-item>a { color: white!important; }

    Regards,
    Yigit

    #264161

    Still not working :(

    Could it be opacity and not the color?

    #264163

    Hi!

    Code is not being applied. Please try adding it to the custom.css file inside Enfold/Css folder and make sure to disable CSS minifying feature of any plugin

    Cheers!
    Yigit

    #264186

    Still no. This is the other menu related css I have in the custom.css file. The first 2 are working

    .header_color .main_menu ul:first-child > li > a {
    color: white; font-size: 15px !important;
    }

    .header_color .main_menu .menu ul li a {
    color: white; font-size: 15px !important;
    }

    #top .header_color .main_menu .menu ul .current-menu-item>a { color: white !important; }

    #264188

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Best regards,
    Yigit

    #264200
    This reply has been marked as private.
    #264226

    Hi!

    > was switched into > and it stopped the code from applying- http://i.imgur.com/wKXSfoS.png
    I changed it and now it does work fine. Please take a look at your site and confirm

    Best regards,
    Yigit

    #264253
    This reply has been marked as private.
    #264259

    Hey!

    You are welcome :)

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘menu opacity’ is closed to new replies.