This topic has 18 replies, 4 voices, and was last updated 7 years, 2 months ago ago by Amzy Leel
hello, on my homepage I have got a grid with products, when a product has more than 1 image in gallery then the cursor is changing from hand to arrow and you can change the images from the gallery, how can I get rid of these sliders, I want just a single picture of every product in this grid without possibility of changing images from gallery, but of course only on homepage, on single product page slider with product’s images need to be left without changes, for customers preview, thank you for your help
Hi,
Use this Custom CSS in Appearance -> Customize -> Additional CSS,
.hover-effect-slider .arrow-left, .hover-effect-slider .arrow-right { cursor: default; }
if that didn’t help, use this with an !important
.hover-effect-slider .arrow-left, .hover-effect-slider .arrow-right { cursor: default !important; }
Let us know,
Thanks,
laranz.
Unfortunately it doesn’t work on my website
Hi,
I didn’t see any Custom CSS in the site, did you add that in the Custom CSS?
Can you pass me the WP Login details in the Private Content, so that I can check what goes wrong.
Let us know,
Thanks,
laranz.
yes I tried both of the snippets
Hi,
You don’t want these arrows right? http://take.ms/XHFQp
I added the Custom CSS in Theme Options -> Stylings -> Custom CSS, and now please refresh the browser cache and it will take effect. It worked in my computer after clearing the cache.
Let us know,
Thanks,
laranz.
hello, now I can’t choose any product from the grid, they are not ‘clickable’, I tried both snippets on safari and chrome and this problem is still there
Please check now.
Regards
it’s working now, thank you
You’re welcome!
Regards
I have some problems after these changes from previous posts, my top menu when I’m scrolling down it’s now white, with just little blue strip on top, footer’s “FAQ”, “About US”…. pages are now overlap each other, and on mobile resolution the social icons on footer are not in the middle of the website, they are on the right now, please help me
Hello,
my top menu when I’m scrolling down it’s now white, with just little blue strip on top
– is this problem solved? http://prntscr.com/gjpkqx You may change logo for this page http://prntscr.com/gjpl6b
footer’s “FAQ”, “About US”…. pages are now overlap each other
– please provide a screenshot for better understanding
and on mobile resolution the social icons on footer are not in the middle of the website, they are on the right now
– You may add this code in Custom css for mobile:
.social-landing-watch .et-follow-buttons{
text-align: center;
}
.social-landing-watch .et-follow-buttons a:last-child {
margin-right: 0;
}
Regards
everything is working great now, thank you, except this strange little dark-blue strip on top of the menu https://imgur.com/a/0y4Pg, it’s appearing on desktop and mobile resolutions, thanks for help
Replied in your other post.
please check : https://www.8theme.com/topic/strange-problems/
Please do not create multiple threads for a same question and do not hesitate to ask if you have any other question (in a new topic / post)
Regards,
Hello, @adam000,
except this strange little dark-blue strip on top of the menu https://imgur.com/a/0y4Pg, it’s appearing on desktop and mobile resolutions
Please add this code in Theme Options > Styling > Custom css:
.fixed-header {
border-top: none;
}
Regards
it’s working, thank you!
You are welcome.
Do not hesitate to ask if you have any other questions (in a new topic / post)
Regards,
You must be logged in to reply to this topic.Log in/Sign up