I’m doing this change in the CSS style sheet
I understand the overriding rules for CSS and if I could see the changes when I inspect my source code in my browser I would definitely know it’s this kind of issue.
But at the very moment I do not see the code changes when I inspect it in Google Chrome.
Below is what I have on my FTP/Wordpress editor:
h2 {
font-size: 140%;
color: #05AFF2;
}
Here is what I have when I inspect element :
h2 {
font-size: 140%;
}
That’s the discrepancy I do not understand