Is there a way to change the way the title text is being displayed? I can’t seem to find the code anywhere and I’ve tried to attach html but unfortunately that does not work. Thanks!
Hey Gil413!
How would you like to change it? You can use following class in Quick CSS section in Enfold theme options under Styling tab to apply css rules
.widgettitle { font-size: 18px; }
Cheers!
Yigit
Sorry I guess I wasn’t very specific at all. I wanted to center the actual text above that widget. The client I’m working for is a little picky when it comes to text being centered and what not.
Hi!
You can add following code to Quick CSS to center the title above Google maps widget
.avia_google_maps .widgettitle { text-align: center; }
If this is not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Got it all set though now! Thank you very much.