Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  4,774
    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. :)