• Resolved Sanjart

    (@sanjart)


    Hello, how i can remove this:
    problem
    from main page and category
    This links not needed, becouse nobody never click on it, everybody use tittle of blog or thumbnail

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,
    Please go to Appearance > Customize > > Additional CSS . Here you can insert the given below code.

    .home div.entry-content > p > a, .category div.entry-content > p > a{
    display:none !important;
    }

    Thanks
    Mohammad

    Thread Starter Sanjart

    (@sanjart)

    Hi, works amazing for category, big thanks!
    Can you write same magic code for removing links […] from blog entries at main page of website also?

    Hi,
    Please provide always your website. I will check and give exact solution.
    Thanks
    Mohammad

    Thread Starter Sanjart

    (@sanjart)

    Site: https://www.annaorion.com.ua/
    Blog located at the bottom

    Hi,
    Please insert also this custom css code:-

    div.latesnews-content  > p > a{
    display:none !important;
    }

    Thanks
    Mohammad

    Thread Starter Sanjart

    (@sanjart)

    Hi, thanks for your solution, it’s works for me well!
    But if i look at sourse code, link is there, it’s just invisible.
    Is there a way to remove link completely from the page?

    • This reply was modified 7 years, 11 months ago by Sanjart.

    Hi,
    Yes, you can remove it permanently but you need customization in themes files.
    Thanks
    Mohammad

    Thread Starter Sanjart

    (@sanjart)

    Thanks!

    Hi,
    Please mark this issue as resolved.
    Thanks
    Mohammad

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove link […] from main page and category’ is closed to new replies.