Reply To: changing color

Home Forums WordPress Themes – Premium Sleeky Pro changing color Reply To: changing color

#17320
Binaya D
Participant

Hi John,

Please follow the following css to fix your issue:

#sleeky_header {
    background-color: rgb(146, 16, 28);
}

NOTE: Please use the child theme style.css or custom css plugin to write the css.

Thanks