Hello,
how to resize the four K2 blocks that appear in the image below horizontally ? The images are too stretched in any K2 option, so I am asking if size of images can be setted up in some ways in the Boutique Template.
Thanks.
Don Lee wrote:Hi,
May I have your site URL to take a look and check?
Thanks,
assenzio wrote:Don Lee wrote:Hi,
May I have your site URL to take a look and check?
Thanks,
Sorry for dealy ... I was on holiday. Here is the site (masked for google searches):
http://goo.gl/68vL5
I have another question. Ho to modify the SEARCH page results ? I would like to remove some content, filters available etc.
Don Lee wrote:Hello,
I'm glad to hear that, now what do you want to do with the search module?
assenzio wrote:Don Lee wrote:Hello,
I'm glad to hear that, now what do you want to do with the search module?
Hello Don,
I want to be able to remove to the user some of the options (filter) and the "search" image. I did not find the modulel to change that.
#gkcomponent .search h1 {
display: none;
}
.phrases {
display: none;
}
Don Lee wrote:Thanks for the image, it helps me understand your questionPlease try adding this code to CSS Override to hide them:
- Code: Select all
#gkcomponent .search h1 {
display: none;
}
.phrases {
display: none;
}
Cheers,