Hi, I need to change H6 tipography, but although I´ve tried to change it in the advanced styles in theme options, nothing happpens.
thanks!
Hey cipriana,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Ok, here you are.
Thanks
Hi,
Thanks for the info. Looks like it’s not being applied because it’s inside of a span. If that is not the case you can try the following in Quick CSS:
h6 span {
font-family:'Arimo' !important;
}
Best regards,
Rikard
That´s it!! Thanks!!