• Resolved rockey100

    (@rockey100)


    Hi all

    I need to add my phone number to the header but don’t have experience on how to do it.

    Can anyone guide me, if it’s possible?

    Cheers.
    Marcus

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rockey100

    (@rockey100)

    I don’t want the phone number in the center header box. Using code.

    Theme Author Anders Norén

    (@anlino)

    Hi Marcus,

    I’m not sure I understand what you’re looking for. Could you be more specific?

    — Anders

    Thread Starter rockey100

    (@rockey100)

    Thanks for responding.

    I need to add my business phone number to the header of the site, somewhere near the top right hand corner. I guess it will need some kind of code but I wondered if you can guide me with that?

    Hope this makes sense.

    I tried adding some code to the style.css and then the header.php but it all went a bit wrong – inexperienced with code.

    Thank you.
    Marcus

    Theme Author Anders Norén

    (@anlino)

    Hi Marcus,

    Install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .header:after {
    content: "XXX-XXX XX XX";
    width: 100px;
    display: block;
    padding: 6px 8px;
    border-radius: 0 0 5px 5px;
    background: #111;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50px;
    }

    Replace “XXX-XXX XX XX” with your phone number.

    By using a CSS-only solution, you won’t need to create a child theme. Play around with the styling until you’re happy with the results. Let me know how it goes.

    — Anders

    Thread Starter rockey100

    (@rockey100)

    That’s wonderful thanks.

    May I ask, do you know how I might change the font colour? I’ve Googled but with no css experience it would probably take me all day.

    Actually what I really wanted was to have the text “call us today” as the standard silver colour and the “phone number” in red.

    No worries if not, I can live with it the way it is.

    Thanks so much. I love this theme.

    Marcus

    My webpage I have a red phone next to the red phone I am suppose to be able to put a phone number.(header) I am unable to figure it out. Thank you

    http://www.elibergerrealtor.com

    hiii Anders Noren i added one content,but i need more than one content can you please tell me how to add more content ???
    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Adding a phone number to the header’ is closed to new replies.