Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2888885
Footer
Closed

Comments

  • Th3k started the conversation

    Can create a footer like this.

  •  2,492
    PenciDesign replied

    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.


  • Th3k replied

    Perfect, now how do I make this text white and put a possible dart next to it

  •  2,492
    PenciDesign replied

    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.