Product Category Hero Issue

Support Area Forums Elite Product Category Hero Issue

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.lostcottageart.com
  • Author
    Posts
  • #25644
    Matt
    Participant

    Bill,

    I thought I was done bothering you, but I guess not.

    I seem to have an issue with my Product Category Image reappering back in my Hero area after inserting the snippet you gave me. It worked originally, now it’s back. I have no idea why this has happened.

    This is the snippet I have and I have closed down the browser and restarted just to make sure it wasn’t cache. But it’s still has changed. Any idea what’s happening?

    .tax-product_cat #elite-page {
    margin-top: 150px;
    }

    .tax-product_cat #hero-section {
    display: none;
    }

    #25645
    Bill Robbins
    Moderator

    Looks like your missing a closing bracket in your custom CSS.

    #25647
    Matt
    Participant

    That’s what I was thinking. Thought I might have deleted it by accident. I added } this after it and still nothing. Is that right? This is all my Custom CSS is there anything that looks wrong?

    /* Text Logo Width */
    #logo,
    #text-logo {
    max-width: none;
    padding-top: 0px;

    /* Hero Title and Caption Spacing */
    h2.hero-title {
    margin-bottom: -5px;
    }

    /* Remove arrow on Small and Medium Hero Section */
    #hero-section.medium-height .scroll-down,
    #hero-section.small-height .scroll-down {
    display: none;
    }

    /* Product Image Padding */
    .images div.thumbnails img {
    margin-bottom: 10px;
    }

    /* Adjust Hero Title and Caption on Devices */
    @media only screen and (max-width: 767px) {

    .hero-copy h2.hero-title {
    font-size: 24px;
    }

    .hero-copy .hero-caption p {
    font-size: 16px;
    }

    }

    /* Adjust Logo Width on Devices Portrait */
    @media only screen and (max-width: 520px) {

    #header #logo {
    margin-top: 12px;
    max-width: 170px;
    }

    }

    /*Center Footer Text Widget on Devices */
    @media only screen and (max-width: 767px) {

    #footer .widget_text h3.widget-title {
    text-align: center;
    }
    #footer .widget_text {
    text-align: center;
    }
    }

    /*Changes link Hover on Devices */
    nav#top-menu ul li:hover ul a,
    nav#top-menu ul li:hover ul a:visited,
    nav#top-menu ul ul li.current-menu-item a,
    nav#top-menu ul ul li.current-menu-item a:visited,
    .slicknav_nav a,
    .slicknav_nav a:visited {
    color: #ffffff !important;
    }

    /* Remove Hero Image on Product Category */
    .tax-product_cat #elite-page {
    margin-top: 150px;
    }

    .tax-product_cat #hero-section {
    display: none;
    }

    }

    Thanks

    #25648
    Bill Robbins
    Moderator

    Your still missing the closing bracket in your logo.

    #25652
    Matt
    Participant

    Nevermind Bill. I found it. Rookie mistake.

    Enjoy your weekend.

    Matt

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Product Category Hero Issue’ is closed to new replies.