Hi there,
For a new website I have a testdomain on which I’m temporary using the Vantage premium theme which I bought for another website. On my new website I want to make use of the blog grid the theme provides, but I want to change the way it looks. I’m not very talented in coding, so I need some help of you guys!
The first problem I have is that I want only 3 posts next to eachother. To get this done I changed the width of an article to 33.333%. This gives me 3 posts next to eachother, but on the next line the 4th post is shown.. What do I do wrong?
Another thing I want is to show the title of a post over the image with a colored block behind the text. Like they do here: http://css-tricks.com/text-blocks-over-image/
I have the feeling I cant do this by css alone, or can I?
The last thing I want is to get rid of the border around the thumbnails and to change the hover effect of it. I want an opacity effect that turns darker. Is this possible?
Hopefully these changes are not to hard, because I really enjoy using the Vantage Theme ad the Pagebuilder!
Blog Grid possibilities
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.
Hi rschalkwijk
We can try help out with a few of your requests.
The grid item hover background color can be changed as follows:
Change the colors there or set each value to none to remove the effect.
The featured image border can be adjusted using the following selector:
To put three items in row you’ll need to do the following.
1. Create a child theme. Here is one to start with: https://siteorigin.com/wp-content/uploads/2014/12/vantage-child-vanilla.zip. Install and activate. Redo Appearance > Customize and Appearance > Menu settings if needed.
2. Create a folder in the child theme called: loops
3. Copy /loops/ loop-grid.php from the parent theme to the same location in the child theme.
4. On line 21 change the integer 4 to 3.
5. Add the following to Appearance > Custom CSS:
Adding a opacity based overlay with the title is unfortunately beyond our scope at the moment. You could consider suggesting this as future feature: https://siteorigin.com/suggest-feature/ or consider custom development with http://codeable.io/.
Hope that helps.
Hi Andrew,
Thank you for your reply! I’m having a quesion about the search field to, but I will start a new thread for that one.
Roy
Thanks Roy, I’ll pick that up ASAP.