Ticket for: PickPlugins Product Slider
0
Anonymous
How can I change font size for the mobile view please?
0 Subscribers
Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
I understand your issue, sorry to say there is no option to do that, you can use custom CSS with media query.
@media screen and (max-width: 768px) {
.wcps-items-title{
font-size: 20px;
}
}