I have a footer with three columns where I want to add a horizontal bar under each title. Something like this:
https://www.dropbox.com/s/apg7gyukzrosh34/SNN_FooterColumnSpan.pdf?dl=0
Is there a way to include this? Thanks in advance! -Jack
Hey SeattleNanny97!
Thank you for using our theme.
Put the following in custom.css or Enfold->General Styling->QuickCSS and adjust the values:
#footer .widgettitle {
border-bottom: 2px solid #fff !important;
}
Regards,
Günter
Works great! Thanks for the help! -Jack