Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please help by telling me how can I edit the text of a button situated in the header in WordPress. The inspect code gives me this:
HTML
<p class="header-button"> 
<a href="https://www.mysite.com" 
bis_skin_checked="1″>Special tech</a>

I want to change the “special tech” text to “somethingelse”. I’ve searched into header.php theme file and there is no info I can modify. The theme doesn't allow changes without coding. Can I add custom CSS code to modify? Or what file should I modify? And where is the file located? The header.php file doesn't contain any information regarding this. Thank you so much.

What I have tried:

I've tried to find the file that contains the information. In most cases, the file header.php contains this info, but in this case none.
Posted
Updated 3-Oct-23 6:28am
v3

1 solution

This site isn't tech support for Wordpress - you would do better asking your question here: Contact – WordPress.com Support[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900