Change page background color - by smariano

This topic has 6 replies, 3 voices, and was last updated 7 years, 12 months ago ago by Eva Kemp

  • Avatar: smariano
    smariano
    Participant
    April 22, 2016 at 13:17

    I would like to change the background color on all the web site pages to the same color.

    I tried body{background-color:#FCFBE3 !important;} but nothing changes

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2016 at 13:27

    Hello,

    Please use this css code:

    .st-content {
      background-color: #FCFBE3;
    }

    Regards,
    Eva Kemp.

    Avatar: smariano
    smariano
    Participant
    April 22, 2016 at 15:38

    Thank you, this works except for the area immediately to the left and to the right of the main menu bar which does not have the color change

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 22, 2016 at 17:35

    Hello,

    Could you please show a screenshot where exactly background color should be changed?

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: smariano
    smariano
    Participant
    April 22, 2016 at 20:37

    A screen shot with the areas remaining to shade is located at

    http://blagochestie.com/areas_to_shade.pdf

    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2016 at 20:51

    Hello,

    Please use this css code:

    header.header .menu-wrapper {
        background-color: #a6a6a6;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        background: #a6a6a6 !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.