Okay
  Public Ticket #2653081
Footer in blog color change
Closed

Comments

  •  3
    SomeshVC started the conversation

    Hello again,
    When using your advised code to change the background of the blog container to white I noticed the footer also became white.
    Which solution would you recommend to make this a color like on the other pages? The theme options are the same.

    .blog .page-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .blog .container {
        background: #fff;
    }
  •  1,558
    Laborator replied

    Hi there,

    Can you try this CSS instead of the one you posted:

    .blog .page-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .blog .blog .container {
        background: #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   SomeshVC replied privately
  •  1,558
    Laborator replied

    Add this extra CSS:

    .blog .page-heading .container {
        background: #FFF;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group