-
Closed
-
Hello
Would the following be correct for changing the colors of the “Learn More” buttons? I added this under the Custom CSS for the Front Page Content Box buttons. I wanted to change the colors completely including the border:
.content-box .read-more {
margin-top: -15px !IMPORTANT;
background: #b680ec;
color: #fff;
border-color: #9e59e4 !IMPORTANT;
-webkit-box-shadow: 0 2px 0 #4c0692 !IMPORTANT;
-moz-box-shadow: 0 2px 0 #4c0692 !IMPORTANT;
-ms-box-shadow: 0 2px 0 #4c0692 !IMPORTANT;
-o-box-shadow: 0 2px 0 #4c0692 !IMPORTANT;
box-shadow: 0 2px 0 #4c0692 !IMPORTANT;
}Hope this is correct as it seems to work fine for me. For anyone interested who is not sure what does what, then the following might be helpful:
Change: b680ec to your preferred button color.
Change: 9e59e4 to your preferred button border color (this is the inner border not the outer shadow)
Change: 4c0692 to your preferred outer shadow/border color.Thank you.
The topic Changing the "Learn More" buttons is closed to new replies