Hi,
How can I make sidebar headlines in the center and with a line below?
Thank you,
Noy
Hey Noy,
Please try the following in Quick CSS under Enfold–>General Styling:
h3.widgettitle {
text-align: center;
border-bottom: 1px solid red;
}
Best regards,
Rikard
Thank you! :)