Hello,
I'm using locally (xamp - php 5.6.23) the Joomla 3.6.2 and g5_hydrogen template.
I want to change the size of the title font in the articles. Specifically I want to change the title font size of each article by h2 (1.9rem) to h3 (1.5rem).
I've added in custom.scss file the following code :
#g-main h2 {
font-size: 1.5rem;
}
but it does not seem to work.
I also attach the firebug image.
So I would like your help on this subject as to why it does not work.