Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #537334

    I have activated Transparent Glassy Header for my Homepage. The top menu items color is by default black. How can i change the color to white?

    #537340

    Hey Sasidhar!

    Please go to Enfold theme options > Header > Transparency Options and change menu colors

    Cheers!
    Yigit

    #537346

    Hey Sasidhar!

    Please add the following to your custom css section:

    .main_menu {
        color: #ffffff !important;
    }
    
    #top .av_header_transparency .phone-info {
        color: #ffffff !important;
    }

    Regards,
    Dake

    #537350

    Hi Dake, You mean add it to Quick CSS section under General Styling? I tried but it did not fix the issue.

    #537352

    Hi!

    Please see my reply here – https://kriesi.at/support/topic/change-top-menu-items-color/#post-537340

    Cheers!
    Yigit

    #537355

    Hi Yigit, I tried your method too and it didn’t work. The menu color stays black

    #537356

    Hi!

    Can you please flush browser cache and refresh your page? It does seem to work fine on my end. Please see screenshot in private content field below

    Regards,
    Yigit

    #537357

    Hey!

    May we have temporary admin access to your website so we can take a closer look?

    Regards,
    Dake

    #537400

    Still no luck even after clearing browser cache. I have setup temp admin access for Dake

    Dake, could you please take a look?

    #537430

    Hey!

    I added the css into your style.css and the menu items are now white.

    Regards,
    Dake

    #537460

    works good now. thanks so much.

    if it’s easy, could you also tell me how to increase the font size of the top menu items?

    #537476

    Hey!

    You can adjust the font size with the below css.

    .main_menu {
        color: #ffffff !important;
        font-size: 18px !important;
    }

    Cheers!
    Dake

    #537479

    should i add it in the same file style.css ?

    #537482

    Hi!

    correct, via the editor in your appearance section.

    Cheers!
    Dake

    #537494

    Thanks. You guys are awesome. Incredible customer support!

    #537505

    Hey!

    Glad we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Change Top Menu Items Color’ is closed to new replies.