Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110969
    sschmeer
    Participant

    Hello,

    Is there some code I can add to the custom css to remove the “read more” button from the Promotion Headline section?

    Thank you,
    Sarah

    #110982
    Mahesh
    Keymaster

    @sschmeer: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #promotion-message .more-link {
        display: none;
    }

    Regards,
    Mahesh

    #111038
    sschmeer
    Participant

    Perfect, thank you!

    #111066
    Mahesh
    Keymaster

    @sschmeer: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable "read more" button in Promotion Headline’ is closed to new replies.