Okay
  Public Ticket #3016513
!Important in plugin CSS
Closed

Comments

  •  3
    LastGlow started the conversation

    Dear Stachethemes-Team,


    just a short questions: I want to make the font size on single events dates bigger, but you overwrote that with !important in the styles. Do you have a best practice for overwriting it? I don't wanna loose it on future updates. 


    Best,

    Timo

  •  783
    Zhivko replied

    Try this css:

    body .stec-layout-single-preview-left-text-secondary i,
    body .stec-layout-single-preview-left-text-secondary span { font-size: 30px !important; }



    Stachethemes Developer

  •  3
    LastGlow replied

    Thank you!