Change design of the button in the parralax frontpage section

How can I adapt the button in the parralax frontpage section as well as in the portfolio, to a black and white design?

here my page

I attached a pic to give you an idea of what format i’d like.

Thank you so much for helping here!

Hi movin, your great, changed the css code and it works perfectlely now!

Thank you soooo much!

You are most welcome here :slight_smile:

Hi Movin

Another copy paste error… still doesn’t work, any advice?

Obrigada

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page a.btn {
    background: #fff;
    border-color: #000;
    color: #000;
    border-radius: 10px;
}

Awesome!!! You are GREAT!

You are always welcome here :slight_smile: