• Resolved nillocreative

    (@nillocreative)


    Hello,

    I’ve just installed the GigPress plugin on a client’s website today and I am having a world of trouble changing the colors as I am not well-versed in CSS and how to assign code to the different elements. Basically, I just need ALL the text to appear in white (Date, City, Venue, Country)… As it stands, it’s all grey and black out of the box. Please, if you are able to assist, I would appreciate it so much. Thank you in advance!

    Regards,
    Nicki

    P.S. You can see how it looks right now on the homepage (have to scroll down). It’s a staging site… staging2.gregorymertl.com

    • This topic was modified 2 years, 5 months ago by nillocreative.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @nillocreative, thanks for reaching out to us. Appreciate you providing the staging site URL here.

    You could use this snippet here to update the colors on the table.

    .gigpress-city,
    .gigpress-date,
    .gigpress-venue,
    .gigpress-country {
      color: #000 !important;
    }

    Note that I inserted the hex color for black since your background is white. The text might disappear if you also color them white. You could change the hex to #fff if you wanted it on white.

    See screenshot here:
    https://share.getcloudapp.com/jkuXPXE9

    Let me know if this helps.

    Best,
    Abz

    Plugin Support Abz

    (@abzlevelup)

    Hey @nillocreative, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.

    Cheers,
    Abz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to change all GigPress event listing fonts to white’ is closed to new replies.