I would like to remove ALL italic from the them as client hates italic. Can you help me out please???? Sorry I’m not a coder :( so be gentle.
Hi merlinmedia,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body * { font-style: normal !important; }
Cheers!
Yigit
thanks :) I actually was using a italic font so it did not matter what code I used lol… silly me. But thanks for you speedy support :)
just one last thing if I may… whats the code to make the header 100% non transparent… there is a slight transparency to it and I want to keep everything else… website is http://learningatwork.co/wp-lawold/pricing
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header { background-color: white; }
Regards,
Yigit
Done!!!! Thanks so much :)