• Resolved bwooster47

    (@bwooster47)


    This is reproducible at the demo site too:
    https://catchthemes.com/demo/catch-kathmandu/

    The problem is that the cursor changes to a click-here finger in the entire featured slider text:

    Nagarkot

    Nagarkot is renowed for …. Nepal.

    But only the top line “Nagarkot” can actually be clicked to go to the URL. Tested on both Firefox and Chrome.

    Would be nice if this were fixed: either have the click anywhere in the rectangle go to the URL (preferable), or only have the cursor change when it is over the title of the slider post.

Viewing 1 replies (of 1 total)
  • Theme Author Catch Themes

    (@catchthemes)

    @bwooster47: Thanks will fix it in next version update. For now can you add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	cursor: inherit;
    }
    #main-slider .entry-container .entry-title a {
    	cursor: pointer;
    }

    Note: You can remove this after the new version update. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug: featured slider posts click area incorrectly shown’ is closed to new replies.