• Checking the box removes the link from the image in the slider, but is there a way to remove the link in the title as well?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nick C

    (@modernnerd)

    There’s no option or filter to remove the link from the title, unfortunately.

    You could:

    – style the title not to look like a link with CSS;
    – remove the link with JavaScript;
    – untick “Display Post/Page Title” in the slider settings and place a similar title in your excerpt, or;
    – try another slider plugin.

    Thread Starter srower

    (@srower)

    Thank you Nick. I did add the following to my child theme css file which removed the underline. The link is still active but without the underline it may help to dissuade people from clicking.

    .content .genesis_responsive_slider h2, .content .genesis_responsive_slider h2 a:hover {
    text-decoration-line: none;
    }

    Plugin Support Nick C

    (@modernnerd)

    Great! Thanks for sharing your solution, @srower.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove title link to post’ is closed to new replies.