This topic has 3 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #72116
     mikenoises
    Participant

    I’m having issues with the prices showing up twice with strange formatting, and in more places than one. I only need the price from the variations.
    http://thegrow.co/shop/gorilla-grow-tents/ggt-height-extension-kits/

    Also, I’m having issues with the way the megamenu is showing up.

    Thanks in advance.

    #72147
     sharmstr
    Moderator

    Those are original prices. Its letting your shoppers know that your item is on sale. You can hide them with some css

    COPY CODE
    
    .price del {
        display: none;
    }
    

    You can make your mega menu width wider to accomodate your larger font with this css. Adjust as neccessary

    COPY CODE
    
    .kleo-main-header .nav li.kleo-megamenu.mega-2-cols>.dropdown-menu {
        width: 600px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #73260
     mikenoises
    Participant

    I just want to remove the RANGE of sale prices from VARIABLE products both on the category and product pages. I still want to it to show the sale price, just not the whole range of prices. Here’s an image for visual aid.

    Also, on the product page, the default spacing is a little small between the price and the add to cart button.

    Attachments:
    You must be logged in to view attached files.
    #73263
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .price del {
        display: none;
    }
    .single_variation {
        margin-bottom: 30px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?