Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #411082

    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

    #411085

    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

    #411102

    thank you Yigit!
    Works perfect

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer widget column blank space instead of title’ is closed to new replies.