I made a CSS background gradient for the Listingpro Style 5 listing pages:
.aliceblue.listing-second-view {
height: 400px;
background: linear-gradient(to bottom, #33ccff 0%, #ffff 100%) !important;
}
but it creates another scroll bar inside the main one along with a fixed header & footer which I want to get rid of, although the moving gradient is a nice effect which I would like to keep. I have too much CSS in the page customizer which is conflicting with the default theme style, using the CSS box in Theme Options/General has no effect. Can I edit the theme files instead & which files control what?