Site logo

Archived topic

Removing a SPECIFIC Hyperlink on a SPECIFIC Post

7 replies · Started by robmac on April 11, 2017

Viewing posts 1–8 of 8

Hello,

re http://www.cheapestapplewatches.com/apple-watches/

Try as I may to figure it out myself. The light-blue "Apple Watches" hyperlink, in the TOP part of the page is not necessary [located just above the wording "Buying tips, for..."] and I'm trying to get rid of it.

I worked it out to remove it from the content.php folder in my theme editor - but obviously, that I now understand also removes other links I'd like to keep. Luckily, I always take a copy of the code before I edit, so returning to the default folder is easy.

Would anyone mind please giving me maybe some custom CSS I can enter in the "Simple CSS" for that specific post, to get rid of that link and even the wording completely - if possible please.

Thank you & Regards,
Robert

Hi Robert,

The site is under maintenance mode. Can you turn it off for now?

Thanks!

sorry Leo...one of "those days"! should be OK to view now...Thank you.

Yeah....I tried that....no luck....thought I might have a conflict issue, so switched off all my other plugins and tested with WP 2017 Default Theme....still no luck!

Hmm that's weird. How was that title inserted in the first place?

Maybe try this CSS instead:

.category-apple-watches .entry-header {
    display: none;
}

Hi Leo,
No luck with the CSS sadly.
What I did do, was replace the post menu link, with a custom menu link, and removed the title on the actual post and that seems to have done it. So fingers crossed that will fix it for good. Seems to work and all look OK.
Thank you very much for being prepared to take a look - much appreciated.
Regards,
Robert

Glad I could help :)

This archived topic is closed to new replies.