• Resolved jdh42

    (@jdh42)


    Hello,

    The plugin itself is working great. However, the font on the event description is so light it is almost unreadable. I’m using the dark version of the 2017 template and believe that the template CSS is overriding the styling from the plugin. Is there any way to change the font color of imported events?

    Thanks
    JD

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @jdh42,

    Thanks for reaching out to us.

    For that, you need to add custom CSS. You can add custom CSS for that go to WordPress admin panel ->Appearance->Customize ->Additional CSS add below code.

    You can change color using below code. Please insert below custom CSS in Additional CSS.

    .ife_eventmeta .organizermain{
    color: #222 !important;
    }

    .organizermain a {
    color: #222 !important;
    border-bottom: 1px solid #222 !important;
    }

    You can change color #222 according to your requirement.
    If you want to change background then add below code.
    .ife_eventmeta .organizermain{
    background: #333 !important;
    border: 1px solid #333 !important;
    }

    Feel free to ask if you have any query.
    Thanks

    Plugin Author Xylus Themes

    (@xylus)

    Hello @jdh42,

    Thanks for reaching out to us.

    please add below custom CSS it will fix the issue.

    
    .ife_eventmeta p, .ife_eventmeta strong, .ife_eventmeta a:link {
        color: #333;
    }
    

    Thanks

    • This reply was modified 6 years, 2 months ago by Xylus Themes.
    Thread Starter jdh42

    (@jdh42)

    Perfect! Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font color inside imported event’ is closed to new replies.