How to change hover color inside the article / post

Home Forums Gillion Theme How to change hover color inside the article / post

Home Forums Gillion Theme How to change hover color inside the article / post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • sandunarosha
    Participant

    I have added a link inside this article (See image) but link is not highlighted.

     

    https://maldivesrepublic.com/news/opposition-launches-no-confidence-vote-against-ag-more-to-follow/

     

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

    Shufflehound
    Moderator

    Hi there,

     

    We can confirm the issue on your website. The link is only highlighted on the hover action.

     

    What kind of highlight would you like to see for the link?

     

    Best regards,

    Shufflehound team

    sandunarosha
    Participant

    Hi ,

    I need to highlight the link with another colour. This should be work when mouse is not there.

    Shufflehound
    Moderator

    Got it!

    Try adjusting the Link Color and Link Color Hover options under Gillion Settings > Styling.

     

    Let us know if that helps! 🙂

    sandunarosha
    Participant

    Hi ,

    This works.

    Also , Can you tell me how to underline the link in post ? This should work when mouse is not there.

    Shufflehound
    Moderator

    Sure, it can be done via custom CSS code that you can add inside the theme settings:

    .post-single-content a {
         text-decoration: underline;
    }
    .post-single-content a:hover {
        text-decoration: none; 
    }

    Let us know if that works!

    sandunarosha
    Participant

    Hi ,

    It works . Thanks

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

    Shufflehound
    Moderator

    We are glad that it worked! 🙂

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