-
Posted in : Impose
-
First of all, awesome theme. I chose this one after a detailed research and looking at hundreds of themes. Good work!
I need you to help me get CSS codes to meet my requirement.
1- Font size is small! I want Post and Pages body font size to be increased a little. Say 16px.
a) CSS for resizing fonts on single posts
b) CSS to resize font on single Pages
c) CSS to resize font on blog page2- To set up homepage (front page). When I make a new page. “Should I name it?”. Or just publish an unnamed page and make it homepage. You know, just to avoid unnecessary page name popping in title or menu. Please suggest.
3- About showing blog posts. Should I make another page with name “blog”? Or I can just add a custom link on menu with name “blog”. Both seem working. Please suggest.
I think, that’s it for now. Thanks in advance.
Hi,
1)
a)@media screen and (min-width: 768px) { .single-post .entry-content { font-size: 16px; } }b)
@media screen and (min-width: 768px) { .page .entry-content { font-size: 16px; } }c) The blog page gets the font from body. You can change the body directly.
body {font-size: 16px; }2) Name it as home in order to avoid confussion.
3) Create a page and name it blog.
ThanksYou’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hello again,
I am trying to enable comments on pages. I added discussions, enabled comments but it’s not showing comment section on pages. Your thoughts?
Hi,
Could you provide me your related url, please?
Thankshttps://www.nemanashraf.com/about
Checking further into it, I found that comments are not showing on Narrow page format…. on default page format, comment section shows.
Hi, I just checked in our demo website and it is working well.
Can you write me the way you watch, please?
ThanksHi Serkan….
Yes, comment section shows on DEFAULT page… but I choose NARROW page template… it vanishes.
Comment section does not show on NARROW page template.
nemanashraf.com/aboutHi,
You are using jetpack plugin comment feature instead of our default comments form. You can create a topic in the plugin’s support forum btw i will check if there is any easy solution for the theme.
https://wordpress.org/support/plugin/jetpack
Thanks
You must be logged in and have valid license to reply to this topic.