• Resolved demi28

    (@demi28)


    Hi everyone,

    I’m trying to change styles of an element and can’t figure out where to look for a css file, cause while inspecting this element using Firebug I can see the file name in Css panel that looks like www.mysitename.org#2 (line 62) and a style declaration below

    body {
        color: #818077;
        font-family: "Helvetica",sans-serif;
        font-size: 0.85em;
    }

    Thx!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You put the style inside your Custom CSS plugin area or your Child Theme style.css file.

    Thread Starter demi28

    (@demi28)

    Thanks for your suggestion. I’ve installed WP Add Custom CSS plugin and could easely modify my styles.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css file location’ is closed to new replies.