• Hi,

    I need a title for the above page (for a plugin) but I do not want it to show up in the page so my idea is to change the colour of the title font to white. How do I do that?

    • This topic was modified 4 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Don’t do that, Google will see it as hidden text and potentially ban your site from searches because it’s an old trick used which hides text for users but still visible to search engines.

    If you want to hide the text set it to disply: none; which actually hides it properly. How you do it depends on your specific needs as you would target the element to hide e.g.

    .element { display: none; }

    If you let us know what title you want to hide and someone will give you the code to accomplish it.

    Thread Starter tyne8ridge

    (@tyne8ridge)

    Thanks. I have added the title “Donwload Page”. What code will hide it?

    I can’t see that title on the page you linked too, can you link me to where that title is?

    Thread Starter tyne8ridge

    (@tyne8ridge)

    What do you mean?

    Thread Starter tyne8ridge

    (@tyne8ridge)

    I see. Its strange because I have added a title but it doesn’t show up… What does that mean?

    You may have caching going on, in the black menu across the top can you see a button which says “delete cache”, if so press it. If not you may have cloudflare or similar setup.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change title font colour’ is closed to new replies.