Hi crew,
Are there instructions somewhere for using the Quick CSS tool?
I’m trying to use it for the first time, but no change I make is showing up on the site. Not sure if it’s my coding (I’m a beginner) or something else is going wrong.
To test it out, I added this to the Quick CSS:
h2 {
font-size: 8px;
}
No change to the h2 headings on my pages.
Is the code wrong, or could there be some issue with the permissions on the files?
Hope you can help,
Lucy
Hey boursedata!
Your code looks fine. You can try forcing it by adding !important
h2 { font-size: 8px!important; }
Best regards,
Yigit
Hi Yigit,
Thanks for the tip, but it hasn’t made any difference. Still no change appearing on my page after adding code through the Quick CSS tool.
Any other ideas?
Many thanks,
Lucy