• Hi, I´m trying to change the background-color from the theme Appointment (orange). By default, it´s #ffffff. I´ve looked all over the “style.css” (wp-content > themes > appointment > style.css), however I did not find the correct part to change the “background-color” from #fff to #eee (for exemple).
    Can you tell me WHERE I have to change it?

Viewing 1 replies (of 1 total)
  • Hi

    For this use below code in custom css Filed(Theme Dashboard >> appearance >> customize >> header setting >> custom css Field)

    body
    {
    background-color: #eee !important;
    }

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Changing "full background-color " – Appointment Theme’ is closed to new replies.