Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1594985
Change portfolio details button
Closed

Comments

  • Tyswan Slater started the conversation

    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.

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .portfolio .gem-button.gem-button-style-outline {
        border: 1px solid #1e4678 !important;
        border-radius: 0px !important;
    }
  • Tyswan Slater replied

    Thanks, perfect. :)