Hello,
Hello,
I would like to know if it was possible to have a small line of code to be able to choose the colors of the titles, texts, subtitles and captions in the slideshow sections? Instead of having to go through the color chart which doesn't allow you to do that, put all the texts in the same color.
Also, it would have to be a line of code that works in the little box for the custom CSS like that I can change and have different unique colors in all my slideshows
Also being able to choose colors in #fff format.
My shop is cobracontrollers.fr
mienti
Thanks
Hi @RomControl
Check this one.
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:
/* heading */
.banner__heading {
color: red;
}
/* sub-heading */
.banner__text.rte {
color: blue;
}
And save.
result:
Note: you can change the color you want. This work only in the slideshow section. Thanks!
This is Noah from PageFly - Shopify Page Builder App
Hi @RomControl Yes sure, You can change color by add code here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Works perfectly, thanks !