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
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/
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
Hi ,
I need to highlight the link with another colour. This should be work when mouse is not there.
Got it!
Try adjusting the Link Color and Link Color Hover options under Gillion Settings > Styling.
Let us know if that helps! 🙂
Hi ,
This works.
Also , Can you tell me how to underline the link in post ? This should work when mouse is not there.
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!
We are glad that it worked! 🙂