Home › Forums › All Other Themes › Skt Spa CSS and Email Encoder
- This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
May 27, 2020 at 8:36 am #152847
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!
May 27, 2020 at 1:00 pm #152859Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .rowfooter p span { color: inherit !important; }
Regards,
ChrisMay 27, 2020 at 2:52 pm #152865Now 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.
May 28, 2020 at 5:08 am #152885Hi,
Remove:
#footer .rowfooter p span { color: inherit !important; }
Add This CSS:
#footer .rowfooter p span { color: inherit; }
Regards,
ChrisMay 29, 2020 at 11:21 am #153024Thank you!! 🙂
May 29, 2020 at 1:08 pm #153034🙂
-
AuthorPosts
- You must be logged in to reply to this topic.