Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #790687

    Hello,

    Part of the background of the menu of the website I’m developing is not becoming transparent whenever I roll down the page. My client does not have a transparent (.png) logo and it is fine for the logo to have the white background. The problem is that part of the menus and the search icon stays with a white solid background when the rest of the menu bar turns into a transparent white. Any help would help a lot!

    Pictures of the problem:
    https://drive.google.com/drive/folders/0B3GPcmtUy5tEX1huZW9aNlhOdE0?usp=sharing

    Thanks!

    #790699

    Hey,

    It seems like search icon and active menu items have white backgrounds. Can you please post a link to your website so we can provide you an accurate solution?

    Best regards,
    Yigit

    #790768

    The thing is that the website is not online yet. I developing it in a localhost at the moment. Is there anything that can be done in this situation?

    #790797

    Hi,

    It would be difficult for us to give you accurate answer since we can’t inspect the site, but you might try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #menu-item-search {
        background: transparent !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #800473

    The css code did not work and the website is finally online. So I would really appreciate it if you could have a better look at it to figure out the problem.

    Thanks a lot!

    #800594

    Hi JoaoVictorSantos,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav > li > a {
      background-color: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #800595

    Hi JoaoVictorSantos,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav > li > a {
      background-color: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.