• Hi!
    I would like to change open hours colors and i cant :/
    Actually i have changed the code to color which I would like to have but nothing happened:

    /* =Open Hours
       ========================================================================== */
    
    .open-hours {
        text-align: center;
    	color: #FFFFFF;
    }
    
    .open-hours h4 {
        position: relative;
        padding: 42px 0;
        padding: 1.68em 0;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 28px;
        margin-bottom: 1.12em;
    	color: #FFFFFF;
    }
    
    .open-hours h6 {
        margin-bottom: 0;
    	color: #FFFFFF;
    }
    
    .open-hours p strong {
        color: #FFFFFF;
    }

    And another question how can I add a menu background color?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @romekzpolski,

    Thank you for reaching out to us!

    I took a closer look and I noticed that you changed the colors at the menu section and the opening hours. Do you still need help with those?

    Warm regards,
    Beatrice.

    Thread Starter romekzpolski

    (@romekzpolski)

    Yes still i need help i would like to create header background how i can do it?

    Thread Starter romekzpolski

    (@romekzpolski)

    and i noticed that page by https has different home page than http page

    Hi @romekzpolski,

    We took a closer look and the homepage is the same on https and http.

    To create a header background you need to add this code in Appearance > Customize > Additional CSS:

    #header {
    	background-color: lightgoldenrodyellow;
    }

    Change the color with the one you want.

    Warm regards,
    Beatrice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Open Hours color and menu color background’ is closed to new replies.