Tagged: blog archive, opt-in
Hi,
I was just wondering if there are any Opt-In Forms in Enfold included? I could not find any. Or can you recommend a WP plug in ?
2nd question: I could not finde where I could change the typo size for the Blog texts.
And 3rd question, where can I make the settings for the typo size (main text – Absatz) and the color of link text.
I appreciate your help. Thanks,
Diana
Hey Seelengaertner!
1. I would try checking out the Contact Form 7 or Gravity Forms plugins.
2. Are you just trying to change the font size of your single blog post content? If so then try adding this to your custom CSS.
.single .entry-content p { font-size: 13px !important; }
3. It sounds like your talking about the title container. Add this to your custom CSS.
.main-title { color: red !important; font-size: 20px !important; }
If that’s not correct then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Cheers!
Elliott