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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024