Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #741380

    Hi I would like to add a clickable button to the same line as the telephone number in the header and increase the size of the telephone no. text

    can i do this within the wp-admin within the theme functions?

    or must i do it in the back end using a code software?

    #741801

    Hey tomasderrig,

    You should be able to add that yourself under Enfold->Header->Extra Elements. You can also set the font and colour of the text under Enfold->Advanced Styling.

    Add this to Quick CSS to increase the size of the text:

    .phone-info span {
      font-size: 16px !important;
    }

    Best regards,
    Rikard

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