Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #133622
    hjamaa
    Participant

    hi guys

    i would like to know how to remove the frame of the Excerpt position in the slider images
    i already removed the “Read more” text but the frame around it is still visible
    i will add a the link of the website, so you guys can see what i mean

    https://www.salomonfotografie.nl

    #133637
    Skandha
    Participant

    @hjamaa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .caption .more {
        display:none !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #133811
    hjamaa
    Participant

    hi

    thank you, the frame is gone but a hashtag appears now

    #133833
    Skandha
    Participant

    @hjamaa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .caption .entry-content {
        display:none !important;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    #134073
    hjamaa
    Participant

    thanks! it worked!!!

    do you know show to make te slider button also make to a link
    at the moment the big picture is the lank yo a certain page
    have a look at the website an you’ll see that the buttons are not clickable
    only the picture
    oh and by the way do you know hoe to make the feature slider and everything smaller
    right now al those buttons are big in the feature slider menu, in the middle

    thank you for helping

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Excerpt frame’ is closed to new replies.