StyledThemes

Opacity of logo in header

Home Forums WordPress Themes – Premium Pure & Simple Opacity of logo in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17329
    Aki Christina
    Participant

    Hey 🙂

    For some reason the logo in my header is not exactly the color it should be. The name is meant to be a clear white #FFFFFF but it appears as #F0EFEF.

    I am not sure of where to search. Is it the opacity of the fede-logo? How can I turn it off? Tried the following css with no result.

    
    
    .logo.fade-logo {
      opacity:1;
    }

    Any idea?
    header.png

    Attachments:
    You must be logged in to view attached files.
    #22856
    Binaya D
    Participant

    Hi Aki,

    We have replied you via live chat, so please check once.

    Thanks

    #22857
    Aki Christina
    Participant

    I found it 🙂 the issue appears because of the header opacity, not the opacity of the logo.

    replace

    .header-bg {
            opacity: 0.8;
    }

    with

    .header-bg {
            opacity: 1;
    }

    right.png

    Attachments:
    You must be logged in to view attached files.
    #17330
    Binaya D
    Participant

    Hi There,

    That’s great :cheer: if you face any problem in further, then please let us know.

    Thanks

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