- This topic has 13 replies, 5 voices, and was last updated 4 months, 4 weeks ago by
David.
-
AuthorPosts
-
December 17, 2020 at 5:04 am #1584210
Dev
Hello,
I want to display my blog post archive page almost the same, as in the below screenshot.
Please let me know how I can achieve it. The site in the screenshot is built on Generatepress only.
December 17, 2020 at 10:09 am #1584746Tom
Lead DeveloperLead DeveloperHi there,
You can set the image alignment and sizes in Customize > Layout > Blog.
Once you’ve done that, feel free to link us to the site and we can help with the read more button CSS.
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 17, 2020 at 10:12 am #1584751Dev
Hello,
But there is no option to bring an excerpt text on the right side of the image.
December 17, 2020 at 10:13 am #1584753Tom
Lead DeveloperLead DeveloperThe excerpt can’t be long enough to wrap – you need to set the excerpt length to something short enough to sit next to the image. Or, you can increase the height of the image.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 17, 2020 at 10:16 am #1584758Dev
Hello,
Sorry to message you back but is there a post or something related to this.
December 17, 2020 at 1:25 pm #1584957Leo
StaffCustomer SupportNot sure if I understand. Tom’s explanation should answer the question.
Any chance you can link us to the page in quesiton?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 18, 2020 at 4:09 am #1585629Dev
Hello,
Okay, I had made the changes. Now I need the read more button CSS.
December 18, 2020 at 6:32 am #1585825David
StaffCustomer SupportHi there,
this is the CSS that site uses for its Read More:
a.read-more.button { font-size: 16px; background-color: rgba(255, 255, 255, 0); color: #115cfa; text-decoration: none; background-image: linear-gradient( transparent 2px, #2ed392 2px, #2ed392 4px, transparent 4px ), linear-gradient( transparent 2px, #d8dce9 2px, #d8dce9 4px, transparent 4px ); background-size: 0% 6px, 100% 6px; background-position: 0 bottom, 0 bottom; transition: background-size 0.3s ease-in-out; background-repeat: no-repeat; padding: 10px; font-weight: bolder; } a.read-more.button:hover { color: #115cfa; background-size: 100% 6px; background-color: #115cfa00; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 18, 2020 at 7:33 am #1586057Dev
Hello,
Sorry I need a few changes in the CSS code. Please check the image.
For arrow please check this image link: https://prnt.sc/w4ozmd
December 18, 2020 at 1:07 pm #1586453Tom
Lead DeveloperLead DeveloperHi there,
Simply change the
color
values in your CSS to reflect the ones you want.For the arrow, update the read more text in the Customizer with it:
Read More β
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 19, 2020 at 5:07 am #1586904Dev
Hello,
I change the color, but it’s not going as per the need.
The button is showing a blue CONTINUE READING. I want that blue to be in this color #2c3532
Then when someone clicks the button, the GREEN line runs from left to right. I want this color #f58000
rather than green for that line.TOM is saying – For the arrow, update the read more text in the Customizer with it: Read More β
Do I need to put β next to CONTINUE READING in customizer-layout-blog
Please let me know.
December 19, 2020 at 12:53 pm #1587453Tom
Lead DeveloperLead DeveloperThis part is the blue:
color: #115cfa;
Change that to the color you want to use instead.
The color (
#2ed392
) in this part is the green line:background-image: linear-gradient( transparent 2px, #2ed392 2px, #2ed392 4px, transparent 4px ), linear-gradient( transparent 2px, #d8dce9 2px, #d8dce9 4px, transparent 4px );
Change that to the color of the line you want to use.
Then, change the
color
of the hover values as well as needed.Do I need to put β next to CONTINUE READING in customizer-layout-blog
Correct π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 3, 2022 at 6:27 am #2103826Alexandru
//
February 3, 2022 at 7:36 am #2103902David
StaffCustomer SupportHi Alexandru – did you meant to post a question? Let me know
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.