- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 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!! 🙂
🙂
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]