Question

I have installed a WordPress theme which features headings like 'our sponsors' or 'featured posts'. When I inspect the element using google chrome, it shows that it is within a tag called 'cufontext' which I have never come across before (i think it is to do with javascript).

Is it possible to change the content within the cufontext tag so that it says something different like 'about me' instead of 'our sponsors'?

Thanks

Was it helpful?

Solution

Cufon is a font-replacement technique that uses javascript to write fonts from a font file to your browser.

So those <cufon> tags are generated when page renders and are not in the template files.

Simply find where 'our sponsors' text is located and replace it to your likings.

The most possible location for that text is:

  • in post / page as a title
  • in the template as static text
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top