• Hi:

    Is impossible change links color in Event individual page, always is blue and it has an important attribute, on this way is impossible to change it using my custom css

    Original plugin css links:

    .em.pixelbones a {
    color: var(–accent-color) !important;

    }

    Where are defined –acent-color? i dont see it in plugin options..

    Thxs

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same here – the whole layout is gone now!!

    Pls help.

    Same Problem here.

    Ditto

    up!

    Plugin Author Marcus

    (@msykes)

    Hello,

    Any of those var() can be changed like so:

    body .em { 
      --accent-color: red;
    }

    You can add this via the WP Customizer > Additional CSS

    We’ll look into adding a color picker in the future to modify that base color.

    • This reply was modified 2 years, 4 months ago by Marcus.

    Mr. Sykes, this helped us change the font color of the Title on our Events listing, but we still have a problem…

    We added this:

    body .em {
    –accent-color: #012F5B;
    –font-family: ‘Poppins’;
    –font-weight: 450;
    –line-height: 1.6;
    }

    but it only changed the color of the Title, and also changed the font-family of the smaller text in the event description.

    How do we change the font-family in the Title?

    And how do we change the color of the event description text?

    Is there a better CSS code to use instead of body .em?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change colors , version 6.0’ is closed to new replies.