• How can i change the colour of the Top Header Section from blue to black? as well as the button on the banner section?

    Also how can I change the colours of the four information sections? I would like it to be yellow, red, green and blue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter elaines85

    (@elaines85)

    I wouldnt mind the top header section being Maroon either. not sure which would look better.

    Hello @elaines85,

    If you want to have the Top Header and the menu color to be black, please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    /* Top Header background color */
    .site-header .header-top {
        background: #000000;
    }
    
    /* Menu background color */
    .site-header .header-bottom {
        background: #000000;
    }

    And for the four boxes, please add below custom CSS.

    .thumb-text li .box-1 {
        background: #737495;
    }
    .thumb-text li .box-2 {
        background: #737495;
    }
    .thumb-text li .box-3 {
        background: #737495;
    }
    .thumb-text li .box-4 {
        background: #737495;
    }

    You need to change the HEX value of the background color as per your need.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Header Colour’ is closed to new replies.