Hello,
How could I make the button on the blog more visible?

thx!
Hello,
How could I make the button on the blog more visible?

thx!
Hey @Christophe,
The button’s background in the Integrity stack was design to be transparent to show the background which was set in Theme Options > Layout and Design or the Page’s Background. It’s recommended to use a light background though if your using the Light Integrity Stack design because that is the intended design.
If you wish to use your current background which has dark areas, you will need to turn button’s background to a solid color. Regretfully, there’s no option for that because it’s not the intended design so you’ll need to add this custom code in Theme Options > CSS.
.entry-footer a {
background-color: white;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.