In the portfolio listing feature, I would like to change border-radius and border thickness of the "Details" button - both are coded inline. Normally button style is a gem setting option.
The hard-coded style is inconsistent with the rest of my site.
In the portfolio listing feature, I would like to change border-radius and border thickness of the "Details" button - both are coded inline. Normally button style is a gem setting option.
The hard-coded style is inconsistent with the rest of my site.
Many thanks for your assistance.
HI!
pls. use following css:
.portfolio .gem-button.gem-button-style-outline { border: 1px solid #1e4678 !important; border-radius: 0px !important; }Thanks, perfect. :)