• I have changed the rule in the elements> style rule pane and when loking at the source its not changed. What could be the issue?

    #secondary .widget {
    background: rgba(8, 61, 107, 0.93);
    border: solid 5px #d8bf1d;
    padding: 10px;
    color: #3a3a3a;
    }
    (the index source)
    #secondary .widget {
    background: rgba(8, 61, 107, 0.93);
    border: solid 1px #e0e0e0;
    padding: 10px;
    color: #3a3a3a;
    }

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you re-explain what you mean by “index source”?

    Thread Starter columbus12

    (@columbus12)

    By index source I mean the source of the CSS code the pane with all the codes indexed

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s still a bit difficult to understand what that means and how that is an issue.

    Thread Starter columbus12

    (@columbus12)

    I am trying to change the code by changing the values in the elements style box but the changes wont show up in the source code

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The browser’s developer tools are completely separate from your WordPress files, this is normal behaviour.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Chrome Devtools don`t change the the index source’ is closed to new replies.