Okay
  Public Ticket #249005
Nectar Slider loading circle from new Theme in 4.5
Closed

Comments

  • Orvar started the conversation

    The new loading circle for Nectar Slider in the new Theme that comes with the 4.5 update looks great! I just can't use the new theme because it changes a whole lot of custom CSS I have on various portfolio pages so I wanted to know if there was a way to only use the new loading circle but keep the default theme?

  •  1,075
    ThemeNectar replied

    Hey Orvar!

    The styles for that loading circle can be found in the style.css file by searching for ".default-loading-icon" - you would then have to mod the functions.php file at the Nectar Slider section to use that style even when ascend is not active :)

    Cheers


  • Orvar replied

    Thank you

  • Tobias replied

    Hi

    The loading grey loading bg with white diagonal lines, can this be changed?

    Thanks



  •  8,848
    Tahir replied

    Hey Tobias!

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    html body .nectar-slider-loading {
        background-color: #fff !important;
        background-position: center;
        background-repeat: repeat;
        background-image: url('img/textures/diagonal_line.png') !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Tobias replied

    Great! Thank you