Support

Home Forums Event Espresso Premium social sharing add on – How to change facebook text from black to white

social sharing add on – How to change facebook text from black to white

Posted: May 3, 2016 at 7:46 pm


dshank

May 3, 2016 at 7:46 pm

Where/how can I change the text “Be the first of your friends to like this” from black to white?

Screenshot
https://www.dropbox.com/s/go23g8oxjv5b797/Screenshot%202016-05-03%2018.45.12.png?dl=0


Tony

  • Support Staff

May 4, 2016 at 4:05 am

Hi there,

If caused by your theme styling all h3 elements within the content to output white so to change the color of the text you will need to override your theme styles.

You can use something like this:

h3.espresso-social-buttons-h3 {
    color: #000;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


dshank

May 4, 2016 at 10:46 pm

Tony, that didn’t solve my problem. I’m not trying to change the main header (white) that says “SUPPORT US ON SOCIAL MEDIA…”.

I’m trying to change the hard-to-see black text to the right of the facebook “share” icon that reads “Be the first…”.


Tony

  • Support Staff

May 5, 2016 at 1:14 am

Apologies, I managed to complete misread your original post.

That part of the facebook iframe but you should be able to change it using:

#u_0_3 {
    color: white;
}

If not can you link me to either an event I can run a test registration on, or the thank you page for a completed test registration so I can view the links.

The support post ‘social sharing add on – How to change facebook text from black to white’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso