Okay
  Public Ticket #1385627
unwanted transparant layer on top of logo
Closed

Comments

  • Wout started the conversation

    Hi there, my compliments for the theme. I have a problem with the Logo & Favicon Settings, when i place my logo there seems to be a transparant white layer on top of it that makes my logo a bit pale.. When the logo changes in size after scrolling the layer disappears, please help..

  •  2,010
    Ocean replied

    Hi, you can try add css code

    go to eleos option/styling option/Css Code => add css

    .menu-back, .cbp-af-header.cbp-af-header-shrink {

    opacity: 1;

    }

  • Wout replied

    Works like a charm. However the top bar lost al of it's transparancy and i kind of liked that. Is there a way to make to keep the transparancy and have a logo which is not affected by the transparency?

    regards wout

  •  2,010
    Ocean replied

    Hi,

    you can edit css code

    .menu-back, .cbp-af-header.cbp-af-header-shrink {

    opacity: 0.95;

    }