1. danneel
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 06 July 2018
  5.  Subscribe via email
Hi, Having an issue with the mouseover and color of the Read More Button in Magnolia. You can see the Read More button near the bottom of the page visit http://www.clarkhealth.net. I have enabled visits from Ireland to the site.

Question 1 - I couldn't see how to change the font color or the button background color. (see image)
Question 1a - When you mouseover the button the overlay color only covers half of the button.

Thanks in advance.
Attachments (1)
References
  1. http://www.clarkhealth.net/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.readmore .btn {
color: #333;
}
.readmore .btn:hover {
background-position: 0 -30px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much for the help. Issue resolved.

Dan
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!