Tagged: background, Color, item, Portfolio
Hi,
Is it possible to change the background color of just one portfolio item? I want all items to have different background colors.
Hope you can help! Thanks!
Janneke
When I inspect element I see:
av-masonry-entry isotope-item post-544 portfolio type-portfolio status-publish hentry portfolio_entries-workshops av-masonry-item-no-image av-masonry-item-loaded
Can I do something with the post-544 to change the color of juist that item? To change the background color of all the items i use this class:
.av-inner-masonry-content .site-background
OR
.main_color .container .av-inner-masonry-content
Both are working. I’ve added .post-544 in front of it but that didnt work!
Hi,
Which parts are you looking to change the background colour? If it’s only your sections then maybe you could try setting the background colour in the element options?
Best regards,
Rikard
Hi!
I mean the grey background color of the grid boxes. See link in private data.
I want each box to be another color. There are for example 4 portfolio items and I want to change them manual to another color (red – blue – green – yellow for example).
Hope you understand me!
Hi jannnnnneke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-masonry-1-item-541 .av-inner-masonry-content {
background-color: #ccc;
}
You can look up other ids and change color accordingly. Also, if the items change the ids in the css will need to be updated manually.
If you need further assistance please let us know.
Best regards,
Victoria
Perfect!! Thank you so much, it works!
Hi jannnnnneke,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria