-
Author
-
August 7, 2015 at 04:53 #72116mikenoisesParticipant
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.
August 7, 2015 at 13:53 #72147sharmstrModeratorThose 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 16, 2015 at 14:38 #73260mikenoisesParticipantI 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.August 16, 2015 at 15:01 #73263sharmstrModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.