You can create a footer with 3 columns of widgets like the attachment file by going to the Appearance → Customize → Footer → Footer widget area: select 1/3 + 1/3 + 1/3 at Footer Widget Area Columns Layout.
Then navigate to Footer → Colors: you can change the background color of the footer here.
Can create a footer like this.
Hi,
You can create a footer with 3 columns of widgets like the attachment file by going to the Appearance → Customize → Footer → Footer widget area: select 1/3 + 1/3 + 1/3 at Footer Widget Area Columns Layout.
Then navigate to Footer → Colors: you can change the background color of the footer here.
Regards,
PenciDesign.
Perfect, now how do I make this text white and put a possible dart next to it
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.footer-widget-wrapper .widget ul li a {
color: #fff;
opacity: 0.8;
transition: 0.15s all ease-in-out;
} .footer-widget-wrapper .widget ul li a:hover {
opacity: 1;
}
Regards,
PenciDesign.