Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1467690

    We have a header element that I would like to modify, but I cannot find the code, or where to edit it.

    #1467702

    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

    #1467749

    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!

    #1467777

    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

    #1467823

    Thank you Ismael. Found it and made my changes.

    #1467830

    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

    #1468747

    We can close this, but I have another about the footer. Should I start another thread?

    #1468766

    Hi,

    Yes, please open a new thread for any other issues you may have. We’ll close this one for now. Thank you for your patience.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Unable to view/edit header element’ is closed to new replies.