Shopify themes, liquid, logos, and UX
I have created a section video with text using coding for dawn theme, it has a button, I want to change the button text colour, Please help me out with it? I have used this article to make the section = https://community.shopify.com/c/shopify-design/how-can-i-create-a-video-with-text-section-in-the-daw...
Solved! Go to the solution
This is an accepted solution.
Hello! @Shivani3 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
.video-with-text__content .video-with-text__text + .button {
color:#fff;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
This is an accepted solution.
Hello! @Shivani3 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
.video-with-text__content .video-with-text__text + .button {
color:#fff;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
It is working, Thank you!
Dear @Shivani3 ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin -> Online store -> Theme > Edit code:
Step 2: Search for the file base.css, theme.css, styles.css or theme.scss.liquid. And add this code snippet to the end of the file.
.video-with-text__content .video-with-text__text + .button {
color: red !important;
}
In this step, you can change the color which you want.
In my example, I choose color red.
Step 3: Save your code and reload this page.
I hope these instructions will help you. If they are helpful, don't forget to like and mark as the solution.
Have a nice day sir!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Add this code in your base.css file:
.video-with-text__content a {
background-color: #0078a0 !important;
color: white !important;
}
Customize the background color of the button and the text color to your liking!
In Canada, payment processors, like those that provide payment processing services t...
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