Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
On this staging site – https://z1u.dd4.myftpupload.com/ – I would like to slightly decrease the font size of the address in the header (Upper Mar…, Maryland). How do I do this?
I would also like to BOLD the phone number. How do I do this?
Also, do you offer a menu option to have the logo in the center of the header? If so, how do I change that?
Hello,
All text can be modified live. Just hover over the text and change it. Or select it in order for the font style options to open.
Or add this css into your custom css box to customize it directly:
.header-el.cl-h-cl_header_icon_text:nth-child(1) {
font-weight: bold !important;
}
.header-el.cl-h-cl_header_icon_text:nth-child(2) {
font-size: 14px !important;
}
As for the logo, you can add it in the middle section of the header in order to have it centered.
Let us know.
Best regards!
You must be logged in to reply to this topic.