How to change font size for featured product slideshow in Venture theme

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.

www.bottletripwines.com

password to view store: winetime

Thank you

hello @BottleTripWines

can you please share a screenshot of which section do you want to change font size for featured product slideshow

Here is the screenshot.
Thank you

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