• Good day everyone. Please help by telling me how can I edit, for example, the text of a button situated in the header in WordPress. The inspect code gives me this : <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 related to this that 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

Viewing 1 replies (of 1 total)
  • You have not provided enough information to support a good reply.

    This type of stuff is very theme specific, so at minimum you would need to provide the Theme you are using, and preferably it would be best for you to provide the URL to your website.

    No, it will not be in your header.php file, and no you can use CSS to modify text, and no it will not be stored in a “file”. In fact, the string for the text will be stored in the database.

    That said, take a look at your Menu under Appearance –> Menus

Viewing 1 replies (of 1 total)
  • The topic ‘How to edit a button (or any element) located inside header by editing code’ is closed to new replies.