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?
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