• Resolved vkarma

    (@vkarma)


    I am attempting to add a CSS chage to the theme added in the custom CSS area and also added it in to the CSS stlye sheet to remove the logo from the homepage and neither worked.

    code used

    .home .logo {display: none !important}

    http://www.unitedsolaradvocates.com/

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Hope you are enjoying the theme. The code you added on your Custom CSS area contains wrong css, I am sure you have added it by mistake and didnt notice it 🙂

    The code you added:

    .home .logo {display: none; !important;}

    it should be this:

    .home .logo {display: none !important;}

    Thread Starter vkarma

    (@vkarma)

    I tried that in the customer CSS area and it didn’t work.

    http://www.unitedsolaradvocates.com/

    Theme Author OptimizerWP

    (@layerthemes)

    I just checked your website and looks like the custom css has not been added. Are you sure you added it?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS issue’ is closed to new replies.