Hi Guys,
I would like to make the Apply Now button text size from collaboration page smaller and button width larger. I would appreciate your help.
Preferably the following:
padding: 10px 70px;
font-size: 10px !important;
Hi Guys,
I would like to make the Apply Now button text size from collaboration page smaller and button width larger. I would appreciate your help.
Preferably the following:
padding: 10px 70px;
font-size: 10px !important;
Please follow the instructions below
a.collabs-page__cta-main.collabs-page__corner-rounded {
padding: 10px 70px;
font-size: 10px !important;
}
Result here:
Hello @basicbastardco
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.collabs-page__intro a.collabs-page__cta-main.collabs-page__corner-rounded {
padding: 10px 70px !important;
font-size: 10px !important;
}
Thank you for trying to help. The code is not working. I added at the end of base.css file.
You have code error in your base.css. I wound recommend fixing that.
You can use the following instructions instead, until you fix the base.css file