Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #678391

    I have removed my logo on my home page by putting the following in my quick css.
    .home strong.logo {
    display:none !important;

    However, I would still like to have the transparency logo appear in the header when the page is scrolled and the white header background displays. Is there a way to do this? And if so, I want to do the same thing on mobile, too. Could you give me the css to do both?

    #680052

    Hey thecszone,

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

    .logo .subtext {
        display: none;
    }
    

    If that does not help, please post the link to your website.

    Best regards,
    Yigit

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