Accordion on mobile font size

0
Accordion on mobile font size 1
Mell
Feb 19, 2019 09:20 AM 1 Answers
Member Since Feb 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi there,
I'm trying to change to smaller font size on mobile and using css:

@media only screen and (max-width: 768px) {
.accordions-head {
font-size: 14px !important;
} }

It's not showing any effect.

Accordion on website:
http://gilpinperformance.co.nz/services/

Please help.

2 Subscribers
Accordion on mobile font size 1
Accordion on mobile font size 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordion on mobile font size 4
PickPlugins
Feb 19, 2019
Flag(0)

Welcome to our forum.

Can you please try as follows

.accordions-head-title { font-size: 14px !important; }

And let me know the update, also please make sure you clear the cache.

Regards

Accordion on mobile font size 5
Mell
- Feb 21, 2019 07:17 AM
Flag (0)
0

Thank you for the welcome.
Yes that worked. Thank you!

Sign in to Reply
Replying as Submit