Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36341
    ashrafashraf
    Member

    Hi sir,
    Please, I want to change the color of the #main
    I did it the following :
    #main {
    background-color: #4D1C1C !important;
    }

    in this case i affect the color of my gallery under the slider , you see that when you hover over any item on my gallery under the slider.

    How can i prevent that ? please

    Regards
    A.J.

    #36420
    Sakin
    Keymaster

    @ashrafashraf: For main background color, you don’t need important. So, replace our custom css from

    #main {
    background-color: #4D1C1C !important;
    }

    to
    #main { background-color: #4d1c1c; }

    And for your gallery under your slider you can use the following css:
    #gw_go_portfolio_flex9 {background-color: #eee; }

    #36422
    ashrafashraf
    Member

    Excellent.
    Fixed.

    Thanks Sakin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘main content color’ is closed to new replies.