• Resolved Pidor

    (@pidor)


    Hi there,

    I created a social profile on my website (www.mabiblio.be) and would like to add to it, beside Facebook, Twitter and Youtube a fourth icon linked to the registration form for our newsletter.

    I tried that but it doesn’t work…

    .social-widget a[href*=”https://eepurl.com/5UIBr”%5D::before,
    .social-area a[href*=”https://eepurl.com/5UIBr”%5D::before {
    content: url(‘images/letter4.png’);
    }

    Do you know how I could solve this?

    Thanks a lot in advance ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi again, there is no way to achieve that with CSS, it is social widget after all. Try using Moesia FP: Call to action for that purpose.

    Thread Starter Pidor

    (@pidor)

    I managed to do it.

    1) In my social menu I added a link of my newsletter subscription form

    2) In style.css I added

    .social-widget a[href*="https://eepurl.com/5UIBr"]::before,
    .social-area a[href*="https://eepurl.com/5UIBr"]::before {
    content: url('images/letter4.png');
    }

    Oh, you set it, ok, bravo ??

    Hey there after an update my moesia theme cracked (funkydevelopers.com)

    I just want to know how did you got your social buttons in center and that too color full ?

    Please help me you may visit my website and can see that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social profile’ is closed to new replies.