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 #1680531
Customizing Instagram Slider
Closed

Comments

  • Hannah Bergqvist started the conversation

    Hi, I'm tweaking the Instagram Slider in the Footer as provided in your template. I'm very inspired by how it's done on this site www.mikuta.nu, but I wonder how the name of the account is setup to be placed in a box in the middle of the feed. See the enclosed screen dumb.

    Do you know how to put the name handle in a box like this?

    Thanks!

    /Hannah

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code at the end of Customize > Custom CSS to do that:

    .footer-instagram h4.footer-instagram-title{ position: absolute; top: 50%; margin-top: -25px; padding: 0; border: none; }
    .footer-instagram h4.footer-instagram-title > span{ display: inline-block; line-height: 50px; padding: 0 20px; background: #fff; font-size: 13px; }
    .footer-instagram h4.footer-instagram-title>span:before{ font-size: 15px; }
    

    Best Regards,

    PenciDesign

  • Hannah Bergqvist replied

    Super, thanks. It works!

    How do I remove the Instagram logo? I just want the handle to be featured.

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .footer-instagram h4.footer-instagram-title>span:before{ content: none; display: none; }
    

    Best Regards,

    PenciDesign

  • Hannah Bergqvist replied

    Super! Thanks alot.