Why am I unable to edit the themes in the designer?

  • taxiclues
    Asked on August 17, 2016 at 1:20 PM

    ID is taxiclues. Please help

  • Nik_C
    Replied on August 17, 2016 at 3:19 PM

    If you are using a theme and you are changing some of the CSS properties that are already affected by the theme you would have to suffix every CSS property with !important.

    Please take a look at the example CSS I have provided for an example div.

    .example-div{

    color:red !important;

    }

    Please let us know if this worked for you.