Okay
  Public Ticket #2463424
Background: Images and Color
Closed

Comments

  • pereubu2018A started the conversation

    Hi,

    I want a full-width background image on my site and set blog and other elements on the image. There seems to be no way to do this via the  Kalium functions? Wp Bakery Page Builder - as described in some answers here - just works for rows and paragraphs.

    So I used the Fullscreen BG Image plugin, but now: How can I set the bg-color of the main-wrapper element (header+vc-container) transparent? Choosing any color under the Laborator >Theme Styling > Background Color has zero effect.

     Thanks for help

  •  1,558
    Laborator replied

    Hi pereubu2018A,

    To remove the background from the wrapper add this CSS to Custom CSS:

    .wrapper {
        background: transparent;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • pereubu2018A replied

    Hi Art,

    thank you very much, it worked. There seems not to be one main css-file to edit but a bunch of it, right? Little bit confusing...

    Kind regards

  •  1,558
    Laborator replied

    Hi there,

    We don't recommend editing the actual CSS files since they are compiled but instead there is a Custom CSS area where you can overwrite CSS rules.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group