Hello Enfold.
I would like to have one of my footer columns without a title, but with white space so the content of the column matches up with the rest of my footer. I gave a screenshot in the private content for reference as I should be.
thank you very much
cheers
Hey WolfvanHaeren!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column:nth-child(2) .widgettitle {
opacity: 0;
}
If that does not work, please post the link to your website and point out the widget title
Best regards,
Yigit
thank you Yigit!
Works perfect