- This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Skt Spa CSS and Email Encoder
Hi,
I use email encoder plugin and it adds a span class to encoded email. Trouble with that is that the email text gets bold. When it should get bold when I hover over the text. I contacted the plugin support and this is what they wrote back:
“That’s because of your theme. It’s badly coded to blindly styles “span”s without checking for a CSS class.
I’d suggest fixing the CSS to that it doesn’t get styled.”
Hope you can help me fix this? I use Skt Spa theme. My website is: https://presence.hr/
You can see the issue in the footer, where the phone and email are. I also encoded the phone number.
Thank you in advance!
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .rowfooter p span {
color: inherit !important;
}
Regards,
Chris
Now even the text to the left is not bold. Which I would like to be bold. So I would like the following to remain bold: “Phone:, E-mail:, Website:, Mon – Fri, Saturday, Sunday”.
And the actual email adress and phone number to be normal.
Hi,
Remove:
#footer .rowfooter p span {
color: inherit !important;
}
Add This CSS:
#footer .rowfooter p span {
color: inherit;
}
Regards,
Chris
Thank you!! 🙂
🙂
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]
Need the best WordPress themes DJ music? Look no further! These themes are designed specifically for DJs, music producers, and performers. Showcase your tracks, gigs, […]