I want to change only one button, the color of the button border, text, and arrow all change to white.
its on a hero section.
its with debutify
can you help me?
Solved! Go to the solution
@DesignR - please share your website url, I will give you css code
swear.com
@DesignR - can you add button?
Try now
This is an accepted solution.
@DesignR - add following css to the end of theme.scss and we check
#Hero-1568145568761 .btn-outline-primary { border-color: #ffffff; color: #ffffff;}
Thank you so much it worked!!
One more question...
I want to space a bit betwin the headlines and the paragraphs on my website. How can I change it?
@DesignR - add this , adjust number as per need
.section-header__title{margin-bottom: 40px;}