There are several aspects of buttons that you have control over.
background
: change the background color (or use transparent
)
color
: change the text color
border-radius
: add/remove rounded corners
border
: add a border thickness & color
box-shadow
: add a shadow
The following CSS includes examples for all of these styles. Simply remove any lines you don't want to use, and change the values for the styles you do want to use.
This will only apply to the "See more..." buttons in the LearnDash course grid.