Archived topic
specific layout for posts
15 replies · Started by Sanu Kumar on January 9, 2020
I would like to know is it possible to show this type of layout (in GP) for every post.
URL: https://ahrefs.com/blog/amazon-affiliate-websites/
Hi there,
Yup absolutely.
The first part is a merged header element:
https://docs.generatepress.com/article/header-element-overview/
https://docs.generatepress.com/article/page-hero-examples/#example-2
These articles might help as well:
https://docs.generatepress.com/article/how-to-create-a-page-hero/
https://docs.generatepress.com/article/header-element-template-tags/
Then it's just content with a right sidebar:
https://docs.generatepress.com/article/sidebar-layout/#single-post-sidebar-layout
how to add gravatar image (my pic) just beside my name.
also, tell me how to make underline on link text in the posts.
Gravatar for page hero? If so it's actually explained in this example here:
https://docs.generatepress.com/article/page-hero-examples/#example-2
As for underline, try this CSS:
.entry-content a {
text-decoration: underline;
}
in the underline.. I would like to give some gap, is it possible?
Can you link me to an example you have in mind?
Yes...
Hi there,
try this CSS:
.entry-content a {
border-bottom: 2px solid;
}
Hey there,
How to add last updated date instead of updated in the header of posts.
URL: https://bloggingx.com/best-indian-blogs
https://www.loom.com/share/18a99a49dcc640e3b935caa024ec7e2b
Thanks
When I m using underline CSS which David provided, it is affecting my buttons, I don't want to underline in button. could u fix it?
https://www.loom.com/share/7b84533d2cfc484c804026168b8f419a
Can you supply a link to your Site where we can see the issue - i can then revise the CSS.
Add this CSS as well:
.wptb-button-container .wptb-button-wrapper a {
border-bottom: none !important;
}
Plz, answer this question no. #1132832