Shopify themes, liquid, logos, and UX
Hello, everyone!
I'm using the Uploadly - File Upload app on my website (DAWN 14 theme). I'd like to make the heading font of the Upload button bold (it's one of the app blocks in the product info section on my product sections)! Could anyone please suggest a CSS code that I can use for this?
Link to my website: Handmade Custom Watercolor Cat Portrait – DRAWandCARE
Any assistance would be greatly appreciated!
Hi @DRAWandCARE
Mostly it its from the app, it cant be change using the local css. You need to contact the app provider to make the changes.
but you can check if this code will work.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-block-uploadly_file_upload_app_block_hVfYnW > div#selBtn_g5zin8occ > p {
font-weight: 600 !important;
}
Or
#selBtn_g5zin8occ > p {
font-weight: bolder;
}
And Save.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025