Hi,
On this link when you hover over the text on a post the text underlines red. Is there a way to remove this.?
http://79.170.40.182/texttuesday.co.uk/
And also when on the posts themselves, on the left and right there are arrows that link to the next post. The issue is the content in the box when you hover over the arrow thats next to the arrow overflows. for example like this.
http://79.170.40.182/texttuesday.co.uk/offer/toast-cafe-bar-grill/
Thanks.
Hey codecreative,
Please try the following in Quick CSS under Enfold–>General Styling:
.main_color a:hover {
text-decoration:none !important;
}
Best regards,
Rikard
Try the following for the navigation:
.avia-post-nav .entry-title {
font-size:16px !important;
}
Best regards,
Rikard
Hi Rikard,
This worked perfectly.
Thanks.