- This topic has 15 replies, 3 voices, and was last updated 1 year ago by
Leo.
-
AuthorPosts
-
January 9, 2020 at 7:19 pm #1127394
sanu kumar
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/January 9, 2020 at 8:26 pm #1127420Leo
StaffCustomer SupportHi 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-2These 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-layoutDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 14, 2020 at 8:43 am #1131960sanu kumar
how to add gravatar image (my pic) just beside my name.
January 14, 2020 at 8:53 am #1131980sanu kumar
also, tell me how to make underline on link text in the posts.
January 14, 2020 at 10:18 am #1132106Leo
StaffCustomer SupportGravatar for page hero? If so it’s actually explained in this example here:
https://docs.generatepress.com/article/page-hero-examples/#example-2As for underline, try this CSS:
.entry-content a { text-decoration: underline; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 14, 2020 at 8:24 pm #1132435sanu kumar
in the underline.. I would like to give some gap, is it possible?
January 14, 2020 at 9:06 pm #1132448Leo
StaffCustomer SupportCan you link me to an example you have in mind?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2020 at 12:25 am #1132557sanu kumar
Yes…
January 15, 2020 at 4:07 am #1132719David
StaffCustomer SupportHi there,
try this CSS:
.entry-content a { border-bottom: 2px solid; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2020 at 6:31 am #1132832sanu kumar
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/18a99a49dcc640e3b935caa024ec7e2bThanks
January 15, 2020 at 7:13 am #1133027sanu kumar
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/7b84533d2cfc484c804026168b8f419aJanuary 15, 2020 at 8:27 am #1133091David
StaffCustomer SupportCan you supply a link to your Site where we can see the issue – i can then revise the CSS.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2020 at 8:49 am #1133120January 15, 2020 at 10:59 am #1133266Leo
StaffCustomer SupportAdd this CSS as well:
.wptb-button-container .wptb-button-wrapper a { border-bottom: none !important; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2020 at 7:26 pm #1133606sanu kumar
Plz, answer this question no. #1132832
-
AuthorPosts
- You must be logged in to reply to this topic.