Remove
-
AuthorPosts
-
seunghughshin
MemberHi, Taras
Could you please give me a css solution for removing excerpt on ‘Recent Blog’ section on the front page, while keeping ‘Read More’ button displayed?
Thanks,
HughThe blog I need help with is: (visible only to logged in users)
In addition to the question above (how to remove excerpt on Recent Post section on the front page while keeping ‘Read More’ btn displayed),
could you give me a css solution to set font size to 15px for page & blog post content area in both desktop & mobile?
Cheers,
Hughtarasdashkevych
Theme AuthorHello Hugh,
Sure. I’ll be happy to help you with a custom CSS.“…remove excerpt on Recent Post section on the front page while keeping ‘Read More’ btn displayed…”
– Please use this custom CSS:.front-page-block.front-recent-posts .entry-summary > p:not(.more-link-container) { display: none; }
—
“..set font size to 15px for page & blog post content area in both desktop & mobile…”
– Please use this custom CSS:body { font-size: 15px; } @media (max-width: 500px) { body { font-size: 15px; } }
By the way, could you please next time create a more descriptive titles for topics in this forum, so it’s easier for other users to find answers regarding the theme? I really appreciate your help.
Kind regards,
TarasThank you for the help :)
For the second part I asked your help, when I apply the css coding and access my website on mobile, I notice that the font size of a single page content area is different from that of blog archive/blog post/child page’s. the latter is smaller than the former. This only happens in mobile mode.
I’m using Google Font plugin by the way.And very sorry for the title. I noticed I just wrote ‘remove’ right after I submitted the reply. It won’t happen again :)
Cheers,
Hughtarasdashkevych
Theme AuthorHugh,
I’ve just inspected your single post page and it shows a font size with 15px: https://snipboard.io/KRNZ0T.jpg
The same thing I see on your blog page and single page view. Have you manage to resolve the issue?
Kind regards,
TarasThanks Taras,
It seems using Chrome on mobile causes the issue. I tried with different browsers(apps) and didn’t find the issue occurring.
Thank you for the help!
Hugh
tarasdashkevych
Theme AuthorYou are very welcome, Hugh!
- The topic ‘Remove’ is closed to new replies.