Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author saleandro

    (@saleandro)

    Sure, you can change that color in the plugin setting’s page.

    Thread Starter Corey Ellis

    (@thesrpartners)

    I see the ability to change the box behind the date ie on garethdunlop.com I made it black but the actual text of the month and date are what I’m referring to

    Plugin Author saleandro

    (@saleandro)

    Sorry there’s no easy way to change it. I had to make the styling quite strict because it was breaking on different templates.

    You can change the colors by editing the plugin in the admin page. Find the file: songkick_presentable_event.php. You can change the border color on line 6, the month and date colors on line 94.

    Hope that helps!

    Thread Starter Corey Ellis

    (@thesrpartners)

    Thank you very much. That def helps

    That was very helpful! How about for the artist’s name?

    Also, I’d like the change the width of the widget so it runs flush with my youtube embeds.

    Plugin Author saleandro

    (@saleandro)

    Hi paultab,

    You can change the style of the widget by overriding the CSS.

    This means any CSS file or tag you include after the plugin’s will override the plugin’s default styling. You just need to find the right selector.

    For the artist name, it would be something like:
    .songkick-events span.event-name { color: red }

    For the widget itself, the class is “widget_songkick-concerts-widget”.

    Hope that helps!

    Plugin Author saleandro

    (@saleandro)

    Closing this case.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Songkick Concerts and Festivals] css for plug-in colors’ is closed to new replies.