Okay
  Public Ticket #2363658
Change background partially - Kalium theme
Closed

Comments

  •  6
    usinarq started the conversation

    Hi there,

    I am trying to make some changes in backgrounds of Kalium Theme (architecture)

    OPTION 1: I want to change the background color only in the superior part (image1) but not in the rest of the page (image2). I mean, I don´t want to change general background color for all sections / pages but only in mentioned part.

    OPTION 2: I also would like to know if there is any way to change background (as in images 1 and 2) but only in Home page (and keep white color as a background for the rest of the pages)

    The two options must be considered and shown to the client, so I will thank you if you tell me how to make both.

    Best regards,

    Darío 

  •  1,558
    Laborator replied

    Hi Dario,

    This can be done through customization via CSS, to do this add these lines of CSS to Custom CSS (read adding Custom CSS):

    header.site-header {
        background: #f4df22 !important;
    }
    body.home .wrapper {
        background: #f4df22 !important;
    }
    

    And set the background color back to white as it was before in the Theme Options.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  6
    usinarq replied

    Thank you Art


  •  1,558
    Laborator replied

    You're welcome, I will set this ticket as solved from here!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group