Thank you both for your input. I have no other code in my css plugin. I tried “flushing my cache”, but I am not sure what a hard refresh is. I tried @mashedspuds code as well, but still nothing. I am copying and pasting the code directly into the css pulugin’s area under where it says “enter code”. It seems staightforward, so I am not sure how I could be messing it up, but anything is possible! Do either of you have any more suggestions?
Hey David!
Is very strange. Try to insert this code bellow to test:
body {
background: red!important;
}
This code will turn your background into Red. If it works means the plugin is funcional and the styles are been applied. If not: you may have a problem with your theme or plugins installed.
Turn off all your plugins except the CSS one and test. If it works, is one of your plugins is messing up with your CSS.
Test and let us now your findings 🙂
Thanks!
Just to make things complicated, that code worked perfectly!
I really appreciate your continued help with this.
Nice to hear 🙂 If you need some help in the future let me know 🙂
I can turn the background red, but I still can’t change the title size.
Nice! Some progress 🙂
The plugin is working… Use this code to change your widget title size:
h3.widget-title span.wrap{
font-size:30px;
}
Let me know if it works.