• Resolved westerngeomancy

    (@westerngeomancy)


    Hi Guido,

    I am having difficulty in finding a setting that will disable the summary ‘continue reading’ link in the event descriptions. I’m using the shortcode [vsel order=”asc”] setting on the page to display the event list.

    My descriptions are short enough that I don’t usually need the summary setting, but if I uncheck the ‘show a summary instead of all info’ box in settings, I lose all the event description. But if I check the ‘show a summary’ box, I get the ‘continue reading’ link appearing, even though there is no additional text?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi there,

    It seems this is added by your theme. You can remove it by using some CSS at the custom CSS page in your Customizer, try this:

    
    #vsel .more-link {display:none;}
    

    Guido

    Thread Starter westerngeomancy

    (@westerngeomancy)

    Brilliant! Thanks Guido!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove ‘continue reading’ link?’ is closed to new replies.