• Resolved mondocar

    (@mondocar)


    Hello, i need to remove the big “continue reading” button, i want to keep the text only, is possible? Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    It’ll be available as a new feature in a few days.

    In the meantime, you can use some CSS to hide it:

    a.more-link {
      display: none;
    }

    It should added through Appearance -> Customize -> Additional CSS.

    Hope it helps!

    Thread Starter mondocar

    (@mondocar)

    Hi, thanks for the reply,
    i tried, but don’t work…

    a.more-link {
      display: none;
    }

    change anything

    #primary a.more-link {
      display: none;
    }

    disappear everything, button and text…

    but no problem, i wait the new feature, thanks.

    • This reply was modified 3 years, 8 months ago by mondocar.
    Theme Author htmlpie

    (@htmlpie)

    Oh, thought you meant “removing” it; alright, we can add this feature too. The new version will be available in a few days. Thanks.

    Theme Author htmlpie

    (@htmlpie)

    Hi there,

    We’ve added this feature, you can find it under Appearance -> Customize -> Content -> List Views.

    Please rate the theme, and the plugin too, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “continue reading” button’ is closed to new replies.