Okay
  Public Ticket #966642
portfolio item background
Closed

Comments

  •  1
    EP started the conversation

    Hi guys,

    Just one question about portfolio item options. Is it possible to change the background color of a portfolio item? Most example items have white background and I don't see an option of changing the background. I tried css (different portfolio styles, also 'visual composer') but it only applies to the text section, and I would like the whole background color to be changed). With 'fullscreen' portfolio you can change background, but that is by using an image.

    Thanks a lot!

    Ervin

  •  1,558
    Laborator replied

    Hi Ervin,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   EP replied privately
  •  1,558
    Laborator replied

    Hi Ervin,

    You can do that by using Custom CSS, paste the following CSS in your projects Custom CSS and it will change color:

    .wrapper {
        background: red !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group