Okay
  Public Ticket #1162603
nectar slider
Closed

Comments

  • brianfreeman started the conversation

    hi. how do i change the font size on the nectar slider button? and how do i make the entire slider clickable while also keeping the button?

  •  9,009
    Tahir replied

    Hey Brian,

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

    2: I am afraid thats not technically possible .

    Be.st 


    ThemeNectar Support Team 

  • brianfreeman replied

    hi  i tried this and it broke everything.. I'm just looking to make the font bigger in the button especially on mobile 

  • brianfreeman replied

    ya my site is totally jacked now . even though i deleted all that css and cleared my cache. still messed up

  • brianfreeman replied

    http://happyhippy.co/experiences 

  •  9,009
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a {
            font-size: 14px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • brianfreeman replied

    thanks! But my social media logos in the footer always seem to not line up properly. How to fix this? 

  •  9,009
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #copyright .col, #footer-outer[data-cols="1"] #copyright .col ul {
       margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team