Hi, I know the theme has been divided into 3 section areas. How can I have one background image or colour for all pages and getting rid of the dividers so the pages look uniform from top to the button. Thanks,Anthony
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper-container { background-color:your color value; order-bottom: none; } .footer-wrapper { background: your color value; } .header-container { background-color: your color value; } .footer_bottom { border-top: none; background: your color value; } Add your color code in place of "your color value" Thanks & Regards Nitesh Raghuwanshi