Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1150198

    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

    #1150199

    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!

    #1150372

    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

    #1150439

    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!

    #1150614

    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

    #1150848

    Perfect!! Thank you so much, it works!

    #1150901

    Hi jannnnnneke,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.