Tagged: enfold footer, Footer widgets
Hey there gentlemen.
What would I need to add to create a top border on the footer widget container? I have established my border for other containers on the site using
.container_wrap {
border-top: 1px solid #212121!important;
}
already, but need the footer to have an independent border color. Furthermore – what do I need to add to control the footer widget title font independently?
Appreciated!
David
Hi David,
Can you post the link to your website please?
Regards,
Josue
Hello!
Looks like you already applied a border to the footer container:
#footer.container_wrap.footer_color {
border-bottom: none!important;
border-top: 1px solid #c980a3 !important;
}
You can target the footer widget title font with this selector:
#footer .widgettitle{
font-size: 2em;
}
Regards,
Josue
Yes –
Figured out the footer top border just after I wrote you.
Hopefully it will help out others though.
As for the footer widget titles – thanks!
Glad we could help :)
Regards,
Josue