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!
.gkIsWrapper-gk_yourshop .gkIsPrev, .gkIsWrapper-gk_yourshop .gkIsNext{
display:none;
}
Don Lee wrote:Hi buddy,
Here I am, pretty soon though it's weekend 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,