Hi every one :)
I want to change the layout of my blog on the theme VENTURE, in particular reduce the size of the article photos which take up the whole page and if possible align 2 or 3 articles by level on the blog page. Is it possible to change this?
Thank you in advance.
Solved! Go to the solution
Hello @Pompei,
Please share your site url so that I will give you exact solution
@oscprofessional wrote:
Hi,
Is it possible to change the blog post background colour independently of the rest of the site? If yes, how?
We'd like to keep the original size of the blog post pictures but have them on a white background - because the post pictures are themselves very colourful. You may see them here: https://bit.ly/39aSiuW Note that Venture has 'BG color' and 'content color': so, we'd prefer both to be white for the blog posts - if possible?
Thank you.
This is an accepted solution.
If you want blogs in 2 blocks then
1. Go to Online Store->Theme->Edit code
2.Templates->blog.liquid
Search
<div class="content-block">
Replave with
<div class="content-block grid__item medium-up--one-half">
But After that you have to manage UI of that page
Do you want like this
@oscprofessional wrote:Do you want like this
....
That's great! Yes, please.
And the individual posts, too, if they could be on white? Can't see from here, if they'll be on yellow or white if we clicked on a post.
Thank you!
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
.template-article .page-container,.template-blog .page-container { background-color: #fff; }
@Skoory wrote:
@oscprofessional wrote:Do you want like this
....
That's great! Yes, please.
And the individual posts, too, if they could be on white? Can't see from here, if they'll be on yellow or white if we clicked on a post.
Thank you!
@oscprofessional wrote:1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file.template-article .page-container,.template-blog .page-container { background-color: #fff; }
@Skoory wrote:
@oscprofessional wrote:
Thank you so much! That's great. We have several blogs and the posts have colourful images - for example showing children, families and their Lego creations - so we wanted those displayed on white: for example here: https://bit.ly/2Sp6cmh
Thanks again. That's so helpful. Really appreciate it, and the fact that you take the time to respond and help is marvellous.
Hey @oscprofessional how can you have a little gap between the 2 blog posts? I used the code you shared but the 2 blog posts don't have any gap between them which might make it look a bit confusing to visitors. Do you please have any fix for that? Thank you in advance!
User | Count |
---|---|
564 | |
207 | |
121 | |
82 | |
44 |