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.
Hey m,
Add this to quick css:
.phone-info{
color: red!important;
}
Best regards,
Jordan Shannon
Perfect, thank you!!
Hi,
No problem at all all! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon