I need the css overwrite to remove gk row on home page.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Aug 26, 2013 9:38 pm
Hi, I need the css overwrite to remove gk row on home page. It's the space between the slider image and the 3 columns of widgets just below. http://integralmedicine.ca.

storebox_grab10.gif
User avatar
Gold Boarder

GK User
Mon Aug 26, 2013 10:31 pm
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gk-mainbody-columns {padding: 35px 0 35px;}


try reducing first number to 0.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Aug 27, 2013 12:15 am
Thanks. There is an <img src> tag above each widge. How do I delete it? I think it's actually taking up space even though there is no image. Thanks.
User avatar
Gold Boarder

GK User
Tue Aug 27, 2013 12:15 pm
just in case you missed it:

There is an <img src> tag above each widge. How do I delete it? I think it's actually taking up space even though there is no image. Thanks.
User avatar
Gold Boarder

GK User
Wed Aug 28, 2013 6:33 pm
What is "widge" ?
User avatar
Moderator

GK User
Thu Aug 29, 2013 1:01 am
widget.


ref: http://integralmedicine.ca/

This is what i'm talking about. I only see it on early versions of safari.

storebox_grab13.gif
User avatar
Gold Boarder

GK User
Thu Aug 29, 2013 6:51 am
Yeah, sadly it is there.
Those are standard html widgets?
If so please edit them and check for this img tag, as it should be there.
User avatar
Moderator

GK User
Thu Aug 29, 2013 12:14 pm
under which file do I edit those??
User avatar
Gold Boarder

GK User
Thu Aug 29, 2013 12:35 pm
I dont think You should edit files.
Go to wp-admin then appearance, then widgets and find those widgets and edit them.

If that will not help, then You can always use:
Code: Select all
#gk-mainbody-columns div.widget_cta >img {display: none;}

in override.css
User avatar
Moderator

GK User
Thu Aug 29, 2013 12:51 pm
the overwrite code worked perfect. thanks again!!

J.
User avatar
Gold Boarder


cron