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

    In the header “Phone Number or small info text” section I want to display the phone number part of the text in larger, red, bold font, while keeping the rest of the text in the default font styling. How is this done? Adding divs, spans and p styling seems to break the page layout.

    #1163261

    Hey m,

    Add this to quick css:

    .phone-info{
        color: red!important;
    }

    Best regards,
    Jordan Shannon

    #1163435

    Perfect, thank you!!

    #1163503

    Hi,

    No problem at all all! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Phone Number area – two font colours in the text’ is closed to new replies.