Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258104

    Hello,

    I found this CCS in a search to help accomplish no logo on the home page and no padding:

    @media only screen and (min-width: 768px) {
    #header_main .av-logo-container {
    display: none;
    }}
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 50px;
    }

    I do need there to be no logo on the home page but I need the logo and sticky header in the interior pages.

    Can you help me with that please? Thanks!

    #1258354

    Hey hylandgraphics,

    Can you try to replace this CSS selector:

    #header_main .av-logo-container {

    to:

    .home #header_main .av-logo-container {

    Let us know if this helps.

    Best regards,
    Nikko

    #1258418

    That worked. Thank you!

    #1258459

    Hi hylandgraphics,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Need help with no logo on the home page but need logo on inner pages’ is closed to new replies.