Hey,
I have under Advance Styling change the H1 tag to #ff0000 and font size 20 but it is not working as you can see here:
http://www.airlinestaffrates.com/cinque-terre/ on
FAVORITE ITALIAN PEARLS: CINQUE TERRE
What is wrong?
Thanks
Charlotte
Hey Charlotte :)
That is because of the markup. Please try adding following code to Quick CSS as well
h1.p1 strong {
color: inherit!important;
}
Font size is currently 20px on my end
Best regards,
Yigit
Thanks :)