Skt Spa CSS and Email Encoder

Home Forums All Other Themes Skt Spa CSS and Email Encoder

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152847
    horacek.goranhoracek.goran
    Participant
    • Topics: 7
    • Replies: 23
    • Total: 30
    Member since: June 2, 2018

    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!

    #152859
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    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

    #152865
    horacek.goranhoracek.goran
    Participant
    • Topics: 7
    • Replies: 23
    • Total: 30
    Member since: June 2, 2018

    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.

    #152885
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Remove:

    #footer .rowfooter p span {
        color: inherit !important;
    }

    Add This CSS:

    #footer .rowfooter p span {
        color: inherit;
    }

    Regards,
    Chris

    #153024
    horacek.goranhoracek.goran
    Participant
    • Topics: 7
    • Replies: 23
    • Total: 30
    Member since: June 2, 2018

    Thank you!! 🙂

    #153034
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.