Image Show GK4 buttons and border

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sat Apr 21, 2012 5:29 pm
Hello i need to get rid off the pre and next buttons as well as the green frame on the left and right of the module.

How can i do this?

I tried with layout.php but didnt work as i wanted.

...I hope this time someone will answer sooner than 48 hours!
User avatar
Senior Boarder

GK User
Sun Apr 22, 2012 4:59 pm
Hi buddy,

Here I am, pretty soon though it's weekend :D simply add this code to CSS Override to get rid of those:
Code: Select all
.gkIsWrapper-gk_yourshop .gkIsPrev, .gkIsWrapper-gk_yourshop .gkIsNext{
display:none;
}

Cheers,
User avatar
Platinum Boarder

GK User
Sun Apr 22, 2012 5:03 pm
Don Lee wrote:Hi buddy,

Here I am, pretty soon though it's weekend :D simply add this code to CSS Override to get rid of those:
Code: Select all
.gkIsWrapper-gk_yourshop .gkIsPrev, .gkIsWrapper-gk_yourshop .gkIsNext{
display:none;
}

Cheers,


Thanks Don!

... to which css? to template.css?
User avatar
Senior Boarder

GK User
Sun Apr 22, 2012 5:04 pm
Add it to CSS Override box in template setting or to file override.css, but please remember to turn on CSS Override mode in template setting.

Cheers,
User avatar
Platinum Boarder

GK User
Mon Apr 30, 2012 8:02 pm
Sorry for delay... it worked!

Thank you!
User avatar
Senior Boarder

GK User
Mon Apr 30, 2012 10:36 pm
No problem, I'm glad it helped you. Feel free to let me know if you need any other assistance.

Cheers,
User avatar
Platinum Boarder


cron