-
Author
-
July 9, 2013 at 05:05 #407NozParticipant
Hi,
I would like the homepage carrousel with NO heart and NO dark circle on photos : just the picture. I have tried many things with no result. Can you help me ?
Besides, there is sth strange with picture : they are cropped on home page. Not just a smaller scale, there is a missing part on left and right sides of the picture. How can I get these small pictures on home show full width ?
Regards.
July 9, 2013 at 05:57 #409SQadminKeymasterHello,
To disable the heart from those images add this css to quick css section or in your sweetdate-child/style.css
.carousel-stories a.imagelink:hover .read, .circle-image a.imagelink:hover .read {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 9, 2013 at 13:37 #439NozParticipantHi,
Thanks. It’s OK for circles, but I still have hearts on pictures…
Have tried to add :
.icon-heart
in your CSS, but they are still on pictures.
July 9, 2013 at 13:51 #440NozParticipantEDIT : OK, have found solution with some other CSS
.carousel-stories a.imagelink:hover .read, .circle-image a.imagelink:hover .read {display:none;}
.carousel-stories .icon-heart {display:none;}
.carousel-stories:hover .read {background:none;}
July 9, 2013 at 13:52 #441SQadminKeymasterGreat.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 22, 2013 at 11:28 #808twoshoesParticipantInstead of showing a heart, I would like to show a camera. I know it is this <i class=”icon-heart”></i> that determines the shape. And if I change icon-heart with icon-camera, it changes. However I do not know where the code to change is. Could you tell me please?
July 22, 2013 at 12:10 #810SQadminKeymasterHi,
To change the icon over the image:
Add this to sweetdate-child/functions.php into the remove actions function:
add_filter(‘kleo_img_rounded_icon’, ‘my_custom_icon’);
And then at the end of the file the function:function my_custom_icon () {
return ‘camera’;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘No heart, no circle on home carrousel’ is closed to new replies.