- This topic has 5 replies, 2 voices, and was last updated 5 years 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!! 🙂
🙂
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]
Are you looking best freelancer WordPress themes and templates? Here’s a list of the best freelancer WordPress themes for all individuals and freelancers. Premium Freelancer […]
Gutenberg Block Editor Addons WordPress Gutenberg is, by itself, a robust content editor. However, if you want to increase its efficiency even more, then you […]