Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #109719
    bluesboy80
    Participant

    Hi, on the front page slider there is read more link as text and read more link as a button. how I can remove or hide that read more text?

    cheers!

    #109748
    Pratik
    Keymaster

    Hi @bluesboy80,

    Can you please post in your site url?

    Regards,
    Pratik

    #109784
    bluesboy80
    Participant

    hi, website is http://www.kukonhiekka.com/sivut/

    its in Finnish, so Lue Lisää means read more, as you can see there is text link and also button link.

    cheers!

    #109785
    Pratik
    Keymaster

    Hi @bluesboy80,

    Please use following code in Appearance=> Customize=> Additional CSS box

    
    #slideshow .readmore {
        display: none;
    }
    

    Regards,
    Pratik

    #109788
    bluesboy80
    Participant

    just great, works like a charm 🙂

    many thanks for the fast reply!

    cheers.

    #109790
    Pratik
    Keymaster

    Hi @bluesboy80,

    I am glad it worked. If you liked our theme and support, please leave us a review at https://wordpress.org/themes/clean-business/.

    Regards,
    Pratik

    #109816
    bluesboy80
    Participant

    thank you once again, went and gave 5 star review, you deserve one star for answering this fast! 🙂

    #109926
    Pratik
    Keymaster

    Thank you for the review 😀

    #114889
    rickm813
    Participant

    I tried your solution on my site with the Clean Journal theme and it didn’t work.

    https://www.believersbf.com/

    I pasted this into the custom CSS:

    #slideshow .readmore {
    display: none;
    }

    #114890
    rickm813
    Participant

    Fixed it already.

    Customizing ▸ Theme Options ▸ Excerpt Options

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘read more link & read more button’ is closed to new replies.