@imran I see you’ve added a few things to the theme. Nice :).
e.g “add slides”
Quick question… Does that mean we are able to have Home Page banner slides now? and if so, how do we get it to work?
Also, my personal settings (which you assisted me with btw) that I’ve set in the custom css has not gone into effect? why is that?
The code is as below
.slidesDescription { background-color: #983d3d !important;} .navbar-inverse .nav li.current_page_item { background-color: #983d3d !important; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: #983d3d; } .home_tagline { color: #983d3d !important; } .slidesDescription p { border-left: 1px solid #983d3d; } .pink-container { background-color:#983d3d !important; } .spa_tag span { color:#ffffff; } .spa_tag span p { color:#ffffff; } .pink-container p { border-left: 1px solid #983d3d; } .slidesDescription p { color:#ffffff; } .slidesDescription p { font-size: 12px; } .pink-container p { color: #ffffff !important; } .tablepress-id-3 .column-1, .tablepress-id-3 .column-2 { width: 70%; } .tablepress-id-4 .column-1, .tablepress-id-4 .column-3 { width: 15%; } img.home_service_img { min-height: 164px; }
Thanks.