• Hi
    Can anyone work out how to remove the read more button as just goes to the page with the slider image

    If you add any further info to the page it shows on the slider

    I have tried removing it with the css to no avail cant find it in the templates

    Any clues, I am probably being thick

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @gridz

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .slider-buttons {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter gridz

    (@gridz)

    Yes you superstar, thank you xx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the read more button from the slider’ is closed to new replies.