Hi,
Just a quick one, i would like to change the heading 6 class mtn to 18px across my site but i can t seem to do it. I enter the code in the global css and it doesnt work. I fi inspect a page with a h6 text on it shows: h6 .mtn so i put:
h6, .mtn {
font-size: 18px !important;
}
and i have tried a few variants such as
h6.mtn
h6, .6.mtn
and it doesnt seem to set. When i change it in the inspector in chrome tools it work so im sure i just have the code wrong.
thanks folks.