We have a header element that I would like to modify, but I cannot find the code, or where to edit it.
Hey jackis2,
Thank you for the inquiry.
You can use this css code to adjust the style of the phone number container:
#header_main .call {
background: red;
min-width: 400px;
color: white;
right: 10%;
top: 0;
text-align: center;
text-transform: uppercase;
font-family: 'gotham-bold', sans-serif;
font-size: 1.5em;
}
Best regards,
Ismael
Thanks, but I want to change the text in the box, not the appearance. Where is the code? I have not been able to find it through WP or file manager. Your advice is appreciated!
Hi,
Thank you for the update.
This was a custom modification that the previous developer might have added to the functions.php file. Look for a template hook like ava_main_header, ava_after_main_menu or any hook with “header” or “menu” in its title.
Best regards,
Ismael
Thank you Ismael. Found it and made my changes.
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
We can close this, but I have another about the footer. Should I start another thread?