• Duc Nguyen

    (@ducnguyen04071996)


    How to custom file css if file is online. I can’t find file and fix it.
    I use appearance > editor > css.css and begin fix file. But it don’t useful!
    Help me!!!

Viewing 1 replies (of 1 total)
  • Best bet is to either create a child theme, or use a plugin like Simple Custom CSS and add it there.

    You might also use !important to override anything in the original style.css.

    Example:

    .header {
    color: #000000 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Changes Not Working’ is closed to new replies.