Hello,
I have created a 4-column footer and on each column i have add one or more widgets. I have modified the styling of the footer to change the font color, but i am unable to change the font color of the widget’s Title. Which CSS element is that and is it possible to change it through the dashboard?
Also, i wanted to know if it’s possible to add text to the hovering arrow button that appears towards the bottom of a page acting as a shortcut to take a user to the top of the page. I would like to have some text with that hovering button so as to help users understand what it does.
Regards.
Hey svdevelopment!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
1-
#footer .widgettitle { color: red; }
2-
#scroll-top-link:before { content: 'top'; }
Best regards,
Yigit
Thank you very much for your help and your quick reply!
I would like to ask you one last question regarding the portfolio grid element.
I would like to give some spacing (left, right, top, bottom) between each item in the portfolio grid.