Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #291021

    Dear Kriesi team

    I have just tried the new header transparency options. They just look great!

    Sometimes background images are darker or lighter and that might cause, that just one transparency menu color does not work. Is there a way to introduce more transparency menu color options for certain pages via CSS? I. e. I would like to have another transparency menu color on the start page.

    Thanks for your help!
    Thomas

    #291030

    Hi Thomas!

    Sure, it is possible. Do you mind posting the link to your page where would you like to have a different colored menu items, so we can provide you custom CSS code?

    Best regards,
    Yigit

    #291033

    Dear Yigit

    Yes please: it should be on this page: http://www.runmyaccounts.ch/

    Best regards
    Thomas

    #291054

    Hi!

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

    .page-id-1672 .av_header_transparency span.avia-menu-text {
    color: white;
    }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #291056

    Dear Yigit
    Thanks for your help! This works, but the problem is that now also the dropdowns in the submeue are written in white (white on white background). Is there a workaround?

    Best regards
    Thomas

    #291064

    Hey!

    Please try folllowing code instead

    .page-id-1672 .av_header_transparency .av-main-nav>li>a>span.avia-menu-text {
    color: white !important;
    }

    Best regards,
    Yigit

    #291074

    Hi Yigit

    That does not work. Nothing happens (also after flushing the cache).

    Best regards
    Thomas

    #291080

    Hey!

    It does work fine on my local installation – http://i.imgur.com/N7apBIg.png
    Can you try adding the code to Custom.css file inside Enfold/css folder

    .home .av_header_transparency .av-main-nav>li>a>span.avia-menu-text {
    color: white !important;
    }

    Regards,
    Yigit

    #291088

    Dear Yigit

    Now using the custom.css works fine. The magnifying glass of the search function is still on the standard color. Could you also provide me with that code? What would I have to do if I needed to change the logo?

    Best regards
    Thomas

    #291561

    Hey!

    Please add following code to Quick CSS as well

    .home .av_header_transparency #menu-item-search a:before {
    color: white !important;
    }

    Please go to Enfold theme options > Header Layout > Transparency options and change transparent logo

    Best regards,
    Yigit

    #291597

    Hi Yigit

    Great, the search icon is now white as well. The thing with the logo does not work – then it is white on any transparent header, also when the background is white. What I would need is to have the white logo only on selected pages, e.g. the start page. Is it possible to handle this as well with css?

    Best regards
    Thomas

    #291676

    Hey!

    Please add following code to Quick CSS as well

    .home .av_header_transparency .logo img { opacity: 0; }
    .home .av_header_transparency .logo a {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; }
    .home .logo img { opacity: 1; }
    .home .logo a { background-image: none; }

    Cheers!
    Yigit

    #291717

    Dear Yigit

    Thanks a lot for your fantastic support! You guys are just great!

    Best regards
    Thomas

    #291724

    Hey!

    You are welcome Thomas, we are always happy help! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Other transparency menu color on just one page’ is closed to new replies.