How do I delete the price?

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Sat Sep 07, 2013 9:37 pm
Hi,

In the Home page, How do I delete the price from Products and instead add the text "shop Blonde Collection"?

Link: http://catwalkextensions.com/

Thank you,

mingyou
User avatar
Senior Boarder

GK User
Sun Sep 08, 2013 10:15 am
There are 2 prices - one visible under product and one visible while hovering - on products picture - which exactly would You like to changE?
User avatar
Moderator

GK User
Sun Sep 08, 2013 5:46 pm
Both of them. I don't want any prices display on the home page. I want to add more text under the product. The text set up should be separated from the product name.

Thanks,

mingyou
User avatar
Senior Boarder

GK User
Tue Sep 10, 2013 5:18 pm
Please edit: /templates/gk_StoreBox/css/override.css (or use one from child theme as You have already did) and add at its end:
Code: Select all
.gk-product-gallery .gk-price,
.gk-product-gallery .gk-add-to-cart, .gk-product-gallery .gk-image .gk-img-overlay {display: none;}
.gk-product-gallery .gk-image h4 a:after {content: 'shop Blonde Collection'; display: block; font-weight: normal; padding-top: 10px;}

What it does, it hides overlay, cart and price information, and then add test and styling after a element.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Sep 13, 2013 6:17 am
Thank you so much. You're awesome!!

The content "Shop Blonde Collection" under all products which I don't want it. I want the content is different. Is it possible?

Thanks,

mingyou
User avatar
Senior Boarder

GK User
Sat Sep 14, 2013 8:22 am
Could You make a screenshot of this content:
"Shop Blonde Collection"
I cant find it anywhere.
User avatar
Moderator


cron