• I there a way to make the Read More buttons accessible? I would like to add the post title but hide it from sighted users.

    Thank you,
    Allan

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear Allan,

    unfortunately, I am not sure whether I correctly understood your question. If possible, please post here a link to your website so I could check it.

    By default, the Read More buttons are automatically displayed after the first 40 words in post excerpts. If you select the option “Content” in “Theme Options > General Settings > Content/Excerpt Displaying”, then you can manually add the more links using the More tag (<!--more-->).

    This custom CSS allows you to hide the post titles:

    #wrapper #content .post-entry .post-entry-headline, .single .content-headline {display: none;}

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘Accessible Read More button’ is closed to new replies.