Okay
  Public Ticket #888354
background image
Closed

Comments

  •  2
    sofyan started the conversation

    hey,

    So i wanted to add a button to the background image, how is that possible?

    and another question, is it possible to add shadow to the header text?

  •  8,996
    Tahir replied

    Hey Sofyan,

    You will have to use a Nectar Slider instead of Page Header to add a Button as the Page Header does not have such an option available. 

    Bes.t


    ThemeNectar Support Team 

  •  2
    sofyan replied

    Tahir,

    But I don't like the gray screen when the slider is loading. I want my website to open directly. Is that possible?

  •  8,996
    Tahir replied

    To remove the Grey Area add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-slider-loading {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    sofyan replied

    it worked, thank you very much :)