GALLERY PAGE BACKGROUND COLOUR

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Oct 20, 2015.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi, can I change the background colour of the gallery page from white to something else?

    Many thanks
    Liz
     
  2. priya

    priya Guest

    Hello Liz,

    Try out this CSS code in custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content {
        background: gray !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi Priyanka,

    i would like the gallery pages only, to have a coloured background, not the other pages.

    Many thanks
    Liz
     
  4. priya

    priya Guest

    Hello Liz,

    Sorry for the previous code..

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .gallery {
        background-color: gray !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page