- This topic has 5 replies, 2 voices, and was last updated 4 years, 8 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!! 🙂
🙂
Create an eCommerce Store Using WordPress With the advancement of technology, creating an eCommerce site is a just few simple steps ahead. You do not […]
Pesticide Production Agency WordPress Themes This time let’s dive into the best pesticide production agency WordPress themes which will help you direct your efforts into […]
Free Corporate WordPress Themes and Templates The main purpose of developing a business website is to not only make people aware of the services and […]