Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #723256

    Hi, I want to highlight my telephone number with the theme colour.

    Currently my phone number is in
    Enfold – Header – Extra Elements – Phone number/ Small info text

    I want to highlight and possibly bold this phone number, is there a way to do this?

    Thanks… Alex

    #723264

    Hey Alex!

    Please add your number as following so it would show up highlighted and also it would have click to call function

    
    <a href="tel:0412121212">tel:0412121212</a>

    Cheers!
    Yigit

    #723299

    Hi Yigit

    I tried this but i makes most of my header dissapear, there somewhere specific i should be adding it?

    #723388

    Hi,

    You can alternatively wrap your number in a span with custom class as following

    
    <span class="my-number">+1 902320910290</span>
    

    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-number { font-weight: bold; font-color: orange; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.