Hello,
I am trying to increase the size of the product text in a featured collection on my site. I would like to be able to choose the font size if possible.
I appreciate any help
Hello,
I am trying to increase the size of the product text in a featured collection on my site. I would like to be able to choose the font size if possible.
I appreciate any help
@wattsga Please find the below steps to increase the size of the product text in a featured collection in dawn theme. Let us know whether it is helpful for you.
@media screen and (max-width: 480px) {
.card__information .card__heading .full-unstyled-link {
font-size: 18px;
line-height: 22px;
}
}
Note: The code provided above is for mobile view. If you need the font size change also for desktop, remove the media query line and its closing brace.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.