-
Posts
30 -
Joined
-
Last visited
Reputation Activity
-
GenuineContent got a reaction from KimmyBartle in Where did "Custom CSS" go?
I need to go in and change code for a client's website. I logged in yesterday to make the change, but I can't find the custom CSS menu option ANYWHERE. Can someone help? Am I losing my mind?
-
GenuineContent got a reaction from Lumenarius in Where did "Custom CSS" go?
I need to go in and change code for a client's website. I logged in yesterday to make the change, but I can't find the custom CSS menu option ANYWHERE. Can someone help? Am I losing my mind?
-
GenuineContent got a reaction from Ziggy in Where did "Custom CSS" go?
I need to go in and change code for a client's website. I logged in yesterday to make the change, but I can't find the custom CSS menu option ANYWHERE. Can someone help? Am I losing my mind?
-
GenuineContent got a reaction from christyprice in Changing size of one banner heading for mobile only
thank you so much! I didn't realize you could target blocks. Super helpful.
-
GenuineContent reacted to christyprice in Changing size of one banner heading for mobile only
You'd want to target that specific block for mobile only in Design > Custom CSS. Try this and play around with the font size.
@media screen and (max-width: 640px) { #block-b804c57f124fbfbe2d7f { font-size: 20px !important; } }