I am using the "Debut" Theme... I would like to change the size fo the button label in a section I have added. I am using it as a "BUY NOW" button. Again I want to increase the size of the button (looking like its 150 x 60 px now). Also most likely leads to the change of the text within the button as well so it is more prominent.
I have looked at Assets>Theme.scss.liquid but have not found where this resides to edit.
I appreciate any help/direction on where to look to accomplish this task.
Thanks... Doug
Solved! Go to the solution
@dsandstedt wrote:I am using the "Debut" Theme... I would like to change the size fo the button label in a section I have added. I am using it as a "BUY NOW" button. Again I want to increase the size of the button (looking like its 150 x 60 px now). Also most likely leads to the change of the text within the button as well so it is more prominent.
I have looked at Assets>Theme.scss.liquid but have not found where this resides to edit.
I appreciate any help/direction on where to look to accomplish this task.
Thanks... Doug
can you share your website url? let me check css
add the following css to theme.scss file, it will change the width of the but now button on the homepage slider
@dsandstedt wrote:
Ok... After adding I changed to this to include the ability to height as
well.
.hero__inner .hero__btn{width: 200px; height: 50px}
My question now is how do I increase the font size of the text within this
button? And ability to center the text within the button?
I appreciate any help I can get with this as well.
Thanks... Doug
in this particular case remove old css to add this
.hero__inner .hero__btn{width: 200px; height: 50px; padding-top: 14px;}
Success.
@dsandstedt wrote:
That worked great thank you... Am I able to increase the TEXT's font size
as well?
My Best... Doug
add this after above 3 lines and adjust as per the need
font-size: 20px;
Subject | Author | Posted |
---|---|---|
14m ago | ||
2 hours ago | ||
2 hours ago | ||
3 hours ago | ||
4 hours ago |