Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • [email protected]
    Participant

    Thanks!…no worries, it’s the holidays.

    Since I posted my concerns, I’ve figured some of it out.

    The logo at the top of the pages is still small, though.  This, no matter how much I try to resize the image and/or the white canvas it’s on.  All the modifications you mentioned were probably the result of me trying to get it a decent size in the header.

    Last night, I did a HUGE cleaning of old/unused Media that was uploaded during the previous theme attempt (Invictus) and carried over during the Gillion installation, and things DID seem to work more smoothly.

    In fact, after the cleaning, I thought about using the header logo uploads again, and they worked!…albeit with the tiny logo mentioned.  BUT, at least the gillion logo was replaced.  🙂

    I’ll try to find where you mention that the custom background image is as the logo…any hints?

    Early on, I pasted the script below via the WP links across the top at Gillion Settings>Customize>Custom CSS/JS>CSS Code box.

    Thanks!

     

    body {

    }

    @media (min-width: 600px){
    #page-container .header-logo img {
    visibility: hidden;
    }
    }

    @media (max-width: 600px){
    #page-container .sh-header-mobile-navigation {
    background-image: none;
    }
    }

Viewing 1 post (of 1 total)