• Hi,
    I am wanting to edit the event-list.css file so that I can modify the font colour of the event title text but I cannot file the file.

    I am searching through the files located within the plug-in editor and the only one I have found appears to be inactive. The following is displayed in the editor:

    Edit Plugins
    Editing event-list/includes/css/event-list.css (inactive)

    If I modify the above file it makes no difference to the font colour.

    I have also tried to modify the theme style css file but this makes no difference also.

    Please can someone point me to the location of the file as this is driving me mad.

    Thanks.

    https://wordpress.org/plugins/event-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • LeahGrrl

    (@leahgrrl)

    Did you ever receive a reply or find a solution? I am struggling to style this to fit my site.

    9Design

    (@9design)

    Hi, try to add in your custom css or child theme css, for example:
    .event-title a {
    font-size: 24px !important;
    }
    !important is the key.

    You just have to find which class you need to change.
    I hope it helps!
    Maria

    LeahGrrl

    (@leahgrrl)

    I actually did try that because I’m used to being able to add custom css and it usually works fine–I figure out what the class is via “inspect” even if I can’t get at the style sheet. This time it doesn’t seem to change anything. I will add the !important and see if that works–I’m not sure I fully understand what that does. Thank you for taking time to reply!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘event-list.css file location’ is closed to new replies.