• Hi,

    Thanks for making this plugin, it is very useful. I’m pretty new to css and I was able to change the event text to the right color but I can’t figure out how to remove the underline which is still in the original color. I tried adding (text-decoration: none) to the sections that I changed the text color but it didn’t seem to work.

    https://wordpress.org/plugins/facebook-events-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Roi Dayan

    (@roidayan)

    do you mean the line when you hover the title?

    try this:

    .fb-event > a {
    text-decoration: none !important;
    }

    if you need more help please show me your webpage and i’ll be able to help better.

Viewing 1 replies (of 1 total)

The topic ‘Removing underline in css’ is closed to new replies.