Hello,
Is it possible to put a line under the title in tje footer, see https://postimg.org/image/429h2v93h7/
greetz,
Hey mgansevoort,
Yes, it’s possible, just add this css code in Quick CSS (located in Enfold > General Styling):
#footer h3.widgettitle:after {
background-color: #ccc;
content: '';
display: block;
height: 1px;
margin-top: 20px;
width: 50px;
}
Hope this helps :)
Best regards,
Nikko
yes, thx!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko