I'm having a problem with the buttons displaying the background colors set in the template styles.
Kodaline: the prev/next button background is OK but the hover background comes up white. The button in the search box displays correctly.
Scarlett doesn't display any button backgrounds correctly excep the search box button when hovering.
In both templates the right arrow doesn't display in the Next button.
I found this piece of code for an earlier query but not sure if it will help the hover colors:
.btn {
background-image: none;
border: medium none;
border-radius: 0;
color: #fff;
padding: 8px 16px;
text-shadow: none;
}
Thank you.