Text colour hover over

Home Forums Jevelin Theme Text colour hover over

Home Forums Jevelin Theme Text colour hover over

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Lonartorg
    Participant

    Hi there!

     

    The wording “Pepito Perez” is linked to another page, I would like to change the text color when hovering over to pink. So it shows green, but when the user hovers over it changes to pink. How can I achieve this?

     

    Homepage link: https://www.whoisyourshero.com/artists

     

    Thank you so much,

    Rocio

    Attachments:
    You must be logged in to view attached files.

    Hi Rocio,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-9194 .sh-section a:hover span {
        color: #e50042 !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)