I crawled through many different posts, but couldn’t find the answer on this specific question:
How do I change the font size in the socket? Tried
#socket {
font-size: 14px; }
But to no avail.
Hey aylaverheijen!
Actually it should work. You can try adding !important to force it as following
#socket { font-size: 16px !important; }
And please try adding the same code to Custom.css file in Enfold/CSS folder and check if that helps
Cheers!
Yigit
I’m getting the same. Doesn’t seem to be working.
* Disregard. Is working