Hi, can I change the background colour of the gallery page from white to something else? Many thanks Liz
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
Hi Priyanka, i would like the gallery pages only, to have a coloured background, not the other pages. Many thanks Liz
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