Okay
  Public Ticket #3060045
Nectar Slider not loading (and extra space below main nav menu on all pages)
Closed

Comments

  •  1
    grace_turiapitt started the conversation

    Hi guys,

    I have updated salient (and all required plugins) but since updating my nectar slider (on home page) is not displaying the text. There's also extra space below the main nav menu on all pages. Images attached.

    I have cleared my cache and purged the site cache too.

    Any ideas??

  •  1,877
    Judith replied

    Hello Grace,

    Thanks for keeping in touch.

    Please try this css:

    .swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content h1, .swiper-slide .content h3, .swiper-slide .content .buttons {
        opacity: 1 !important;
    }

    Thanks.

  •  1
    grace_turiapitt replied

    Awesome, thanks Judith! Where should I paste this?

  •  8,839
    Tahir replied

    Hey Again,

    1. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .material #header-outer:not(.transparent) .bg-color-stripe {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    grace_turiapitt replied

    Thanks Tahir! That worked like a treat!