Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #705645

    Have replaced logo in enfold spa demo . Using fullscreen slider and the new transparent logo does not replace the enfold logo .

    downloading the image from my site actually downloads the new logo. but only the enfold logo is visible in the slider.

    New Logo is correct on the main header

    #705731

    Hey bra101,

    Thanks for reaching out to us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo img.alternate {
        display: none;
    }
    
    .logo img {
        opacity: 1 !important;
    }
    

    Best regards,
    Jordan

    #706273

    OK
    thanks that worked

    So, if I use a color logo in the main header but need a white version for the full screen slider logo where would I upload the 2 different versions?

    thanks

    #706274

    Hey!

    You can change your transparent logo in Enfold theme options > Header > Transparency Options.
    If you would like to do that, please remove the code Jordan posted above :)

    Best regards,
    Yigit

    #706363

    got it

    thanks

    #706368

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Logo on slider will not delete.’ is closed to new replies.