- This topic has 3 replies, 2 voices, and was last updated 2 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Wood Theme
So I am header top left text 1 area, I have an email address and a phone number I want to make HTML clickable
<strong style=”color:#39ff14;font-size:16px”>
[email protected]
| Call 843-532-4947</b<
I have this for the coding, when I look at the website on a desktop it looks good but this text is all messed up on mobile, how do I fix it ?
Website: https://allwayzkustom.com/
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.phntp a {
font-size: 16px !important;
}
}
Regards,
Dave
You are amazing thank you kindly LOVE THESE THEMES !!!!
Hi,
Welcome 🙂
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]