-
AuthorPosts
-
May 6, 2021 at 8:12 am #1298719
Good morning,
could you tell me where i can find the font style options for the blog posts?
On my main blog side the H3 is automatically taken but i would like the have instead of the font Rockwell the Open Sans. And i would like to be able change the size
On the post itself the other way around. Instead of Open Sans the Rockwell.
Would be great for quick cssThanks a lot
RixiMay 8, 2021 at 9:40 am #1299095Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-4568 h3.slide-entry-title { font-family: 'Open Sans'; } .single-post h1.post-title { font-family: rock-salt; }
Best regards,
RikardMay 8, 2021 at 8:39 pm #1299126Hi Rikard,
thanks a lot, but nothing changed after i put in the Code.Many greetings Rixi
May 11, 2021 at 4:49 am #1299514Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMay 11, 2021 at 11:56 am #1299647Hi Rikard,
hope that you can find the problem :)Thanks for your help,
ricardaMay 13, 2021 at 5:38 am #1300010Hi,
Thanks for that. I’ve adjusted the CSS for you, and it’s applying now.
I’m not sure where the problem with the forms is located though, please try to explain that a bit further, and post a link to where we can see it on your actual site.
Best regards,
RikardMay 16, 2021 at 12:29 pm #1300542Hi Rikard,
thanks a lot! Can you tell me where you made these changes?
I have the same problem by another website.Then i can change it too.In the Newsletter formular on the end of the page the formular fiield E-Mail has no white background like the other fields on the mobile version, on the desktop it looks ok.
Many greetings
rixiMay 18, 2021 at 6:31 am #1300869Hi,
Thanks for the update. You can find the CSS in Quick CSS. Please try this as well, in the same place, for the email field on mobile:
@media only screen and (max-width: 767px) { input.text_input.is_email { background-color: #fff; } }
Best regards,
Rikard- This reply was modified 3 years, 6 months ago by Rikard.
May 19, 2021 at 8:05 am #1301149This reply has been marked as private.May 20, 2021 at 12:14 pm #1301361Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { input.text_input.is_email { background-color: #fff !important; } }
And this for the blog page:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; } }
Best regards,
RikardMay 20, 2021 at 3:19 pm #1301402Hi Rikard,
perfecccctttttttt :) Thanks a lot :)many greetings, rixi
May 20, 2021 at 4:59 pm #1301448Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonMay 20, 2021 at 11:09 pm #1301495Hi Jordan,
the problem is solved, thanks a lot.
You can close the topic.Many greetings rixi
May 22, 2021 at 5:01 am #1301727 -
AuthorPosts
- The topic ‘font style blog’ is closed to new replies.