-
AuthorPosts
-
December 15, 2020 at 1:31 am #1267302
Hey!
As the title says: On one of my projects the font on page and blog differ. It’s set to Verdana 16 for the whole page, that’s the way it should be. But only in the blog posts it’s bigger, maybe like 18. I really don’t get what’s wrong, therefore I put the login stuff in private content.
Thanx for your help in advance!December 16, 2020 at 4:25 am #1267645Hey tribaleye13,
Thanks for the login details, they don’t seem to be working though:
FEHLER: Ungültiger Benutzername oder Passwort.
Please check and verify.
Best regards,
RikardDecember 16, 2020 at 10:56 am #1267731Hey Rikard,
yep, my fault, sorry. Now the details work!December 17, 2020 at 6:05 am #1268019Hi,
Thanks for that, login details are working now.
I’m not sure which page you are using as your blog though? Please link directly to it in private so that we can have a closer look.Edit; I read your first post again, and yes, the paragraph font size is 18 pixels in your blog posts. Please try this in Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper { font-size: 16px; }
Best regards,
Rikard- This reply was modified 3 years, 11 months ago by Rikard.
December 17, 2020 at 11:50 am #1268083Hey Rikard,
thank you very much, your code does the trick! So that was the solution, but do you have any idea why that happened?Furthermore I have two more questions:
1. I’d like to get rid of the title bar on the blog category page (as linked to with “blog” in the menu) AND in every single blogpost. I know that one can turn the titlebar off in each post, but I would like them to be invisible automatically, whenever one is opening a new blogpost.2. On the Homepage the second icon-element ist showing some strange vertical lines between the three icons, I cannot find why and how to get rid of the lines.
Screenshots can be found hereDecember 18, 2020 at 12:18 pm #1268387Hi,
I’m not sure why that happened to be honest with you, I couldn’t find the CSS which was causing it. But if the CSS I sent is working, then please continue using it.
Please try this in Quick CSS for your other edits:
1.
.category .title_container, .single-post .title_container { display: none; }
2.
.home #antibvs .avia-icon-list .iconlist-timeline { left: 20px; }
Best regards,
RikardDecember 18, 2020 at 3:21 pm #1268428Thanx for the code, Rikard! I wanted to get rid of the lines between the icons, so I tried the following which helped:
.home #antibvs .avia-icon-list .iconlist-timeline {
display: none!important;
Can be closed here. Happy Holidays to the Support-Team!December 19, 2020 at 1:48 am #1268547Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Page font and blog font differ’ is closed to new replies.