slider load colour

Hi there, 

When my slider is loading , it shows very dark colour, how can I change it or avoid it ?

and also make the slider cursor smaller ?

Thanks

Comments

  • Hi,

    this may be background color and you can change this color under Theme options > Colors > General section. But to make slider cursors smaller, you need to use custom css probably. If you will send us url to site where you want to do this, we'll have a look on it.

    Thanks!
  • Here is the website link http://www.treeoforganics.co.uk/ 

    You can see, when slider loads , it shows the blue background . 
    under general setting these are the options:
     theme skin is one colour ,
    body colour: #FCFCFC
    one colour: #85bf5e


  • Sorry, we missed that color. It's "Header background" option under Theme options > Colors > Header section. But to make slider arrows smaller, please use below code:
    .tparrows.round, .tparrows.navbar { width: 30px !important; height: 30px !important; }
  • I donnot see any blue there, header background is #ffffff Theme options > Colors > Headersection 

    after using the code, scrolling cursor are smaller , but button used on sliders are also smaller on mobile 
  • Yes, this is that option. The color responsible for background behind slider is "Header background"  under Theme options > Colors > Header section.

    About buttons on slider, this is how they works in responsive mode.
  • if header background is #ffffff, then why its showing blue when its loading ?
  • Maybe it's because of cache or custom css under Theme options > Custom CSS & JS > Custom CSS section? If you don't know what you did wrong then maybe you will use below css because looks like this is what you are waiting for:
    #Header_wrapper { background-color: #FFF !important; }
  •  It worked. Thanks. Can you tell me , where I am wrong?  

    these are the css in the custom css been used:
    .header-creative #Top_bar #logo { height: 151px !important; }

    @media only screen and (min-width: 1240px) { .header-creative #Top_bar #logo { height: 50px !important; }}

    .woocommerce .product div.entry-summary .price { display: none !important; }
    .woocommerce .product div.entry-summary .product_meta .sku_wrapper { display: none !important; }

    .tparrows.round, .tparrows.navbar { width: 15px !important; height: 15px !important; }
    #Header_wrapper { background-color: #FFF !important; }

    select {
        width: 100%;
    }


  • We do not see anything wrong in above code.
  • Neither do I. sent the codes to check for me, What did I do Wrong?  Glad , I didnot do anything wrong.Thank You for your time 
Sign In or Register to comment.