Archived topic
Change Specific Size Widget Title (Mobile Only)
5 replies · Started by Feri on September 23, 2018
Hi,
At front page of my weblog, before footer, there is a Section for Subscribe Jetpack.
I want to change size font title (text "Subscribe", only for this text) but only for mobile view.
Is it possible?
Thanks
Hi there,
Try this:
@media (max-width: 768px) {
.jetpack_subscription_widget h2.widgettitle {
font-size: 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Hi Leo,
Thank you,
But the code change top post widget.
what i want is to change size title font for "Subscribe" https://prnt.sc/kxxo3v
Edited the code above.
Let me know :)
thank you, leo. done.
No problem :)