Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315843
    Marie Seghiri
    Participant

    Hello, I am using your theme on my WordPress website http://www.tatashinesmama.com ,

    I would like to remove the clickable links on the three service blocks on my homepage (“Pre-Conception,” “grossesse et accouchement,” and “Post-Natal”).

    I have tried using CSS to disable the links, but it has not worked :

    <span class="hljs-selector-class">.service-item</span> <span class="hljs-selector-tag">a</span> { 
    <span class="hljs-attribute">cursor</span>: default; 
    <span class="hljs-attribute">pointer-events</span>: none; 
    <span class="hljs-attribute">text-decoration</span>: none; }

    Can you please provide me with guidance on how to achieve this, or a customized code that I can use? Thank you.”

    #315849
    tikaram
    Keymaster

    @tatashinesmama : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .services-section .entry-title {
      pointer-events: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315877
    Marie Seghiri
    Participant

    it works perfectly !!! thank you so much 🙂

    #315900
    tikaram
    Keymaster

    @tatashinesmama : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/photofocus/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove the clickable links on the three service blocks on my homepage’ is closed to new replies.