• Hello. I’m using the featured post on my homepage but I don’t to lead visitors to the post. I mean I don’t want it to be clicked. Any chance that I can remove the link on the featured post ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi @erenmf,

    add the following to custom CSS field in theme options->general

    .home #videos-block a {
       pointer-events: none;
       cursor: default;
    }

    Thread Starter erenmf

    (@erenmf)

    custom CSS field in theme options->general? There are only the basic options of the website. I can’t see any custom CSS field. Where exactly do you mean ?

    Sona

    (@support-web-dorado)

    @erenmf,

    Please go to Options>General. Here tick Custom CSS checkbox. A textarea will appear with Provide the custom CSS code below. text. Fill the CSS there. Thanks.

    can I remove links from my sliders using featured posts. I want the slide show only. The pictures of the slideshow redirecting post at this moment.

    I don’t want that. Please suggest a CSS code for that.

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