Okay
  Public Ticket #1590007
Nectar Slider
Closed

Comments

  •  2
    antaresmedia started the conversation

    I have a nectar slider in the home page and would like to add a text that says WELCOME  in smaller font than the titile and before the title and caption

  •  9,007
    Tahir replied

    Hey Again,

    Unfortunately we dont have any such option available . 

    Best


    ThemeNectar Support Team 

  •  2
    antaresmedia replied

    REALLY? CAN I NOT UT THE BUTTON ON TOP OF THE HEADING IN MY NECTAT SLIDER?

    I FIND THAT HARD TO BELIEVE, THAT WITH SOME CSS TEXT I CANNOT MOVE TO BUTTON.


    THANK YOU IN ADVANCE FOR YOUR HELP


  •  2
    antaresmedia replied

    IN fact I am trying to copy a CSS I had used in an old site but unfortunately it is NOT placing the welcome sign where it should, perhaps you could fix it?

    .wrap-text{
        position: absolute;
        top: 100px;
        width: 100%;
        left: -91px;
        text-align: center;
    }
    .row00{
        position:relative;
    }

    .nnheading a {
    color: #fff !important;
        font-size:22px;
    }

    @media only screen and (max-width: 1024px) {
    .wrap-text{
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        text-align: center;
    }
    }

    @media only screen and (max-width: 968px) {
      .wrap-text{
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        text-align: center;
    }

  •  9,007
    Tahir replied

    Hey Again,

    Please have a look at this Article :Adjust Nectar Slider Text with CSS.

    best


    ThemeNectar Support Team 

  •  2
    antaresmedia replied

    Thank you so much for your help. But I have been unable to adjust the CSS to what I need. I don't won't how to adjust CSS.

    Can you please send me the exact code to paste in CSS panel so that the WELCOME is BEFORE to my gallery, in the first slide?

    Thank you,

    Raquel

  •  9,007
    Tahir replied

    Hey Again,

    This is not a consistent solution though should work in your case .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .swiper-slide .content .buttons {
        margin-top: -250px;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    antaresmedia replied

    Thank you so much for your help!!! I have finally got what I wanted!!!  ;-)

    One small thing, is there a way to make the arrow down V symbol en el slides instead of those sort of mouses to show the user there is info below?

  •  9,007
    Tahir replied

    Hey Again,

    Try changing the Button Style to get the arrow : http://prntscr.com/jqmiqn . 

    Best


    ThemeNectar Support Team