This topic has 7 replies, 3 voices, and was last updated 11 years by twoshoes.

  • Author
  • #407
     Noz
    Participant

    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.

    #409
     SQadmin
    Keymaster

    Hello,

    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 solution
    #439
     Noz
    Participant

    Hi,

    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.

    #440
     Noz
    Participant

    EDIT : 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;}

    #441
     SQadmin
    Keymaster

    Great.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #808
     twoshoes
    Participant

    Instead 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?

    #810
     SQadmin
    Keymaster

    Hi,
    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
    #812
     twoshoes
    Participant

    Thank you 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘No heart, no circle on home carrousel’ is closed to new replies.

Log in with your credentials

Forgot your details?