Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I can not figure out How to change font size for featured product slideshow in Venture theme. Its about 60 pixels and that is way too big. All of the advice for other themes has not worked in the code for Venture.
Thank you,
Bonny
Bottle Trip Wines
hello @BottleTripWines
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
hello @BottleTripWines
can you please share a screenshot of which section do you want to change font size for featured product slideshow
hello @BottleTripWines
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 759px) {
.template-index .grid.featured-product .grid__item .flex__item .emphasized-title {
font-size: 20px;
}
}
Thank you, but there is no Style section in the Assets menu.
See screenshot. Thanks