Okay
  Public Ticket #1461655
Hide Heading, Line Spaceing, and Music Fadeout
Closed

Comments

  • tom started the conversation

    Hey Guys! 

    Great theme love it so much! 

    Few quick questions.. 

    1. How do i get rid of the heading "Sample Packs" on my product page? http://www.soundsmiths.co.uk/samplepacks/

    2. How do i decrease the line spacing of a text box? Specificly my about page description text.

    3. Is there anyway I can fade out the music of my nectar slider video on my home page as you scroll down the page? And fade in as you scroll back up? Or maybe let it play through once with sound and then play with no sound infinitely after? 

    Thanks so much for the theme and the help :)

    Cheers,

    Tom

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    For 1 & 2; Please use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    .nectar-shop-header h1.page-title { display:none!important }
    .wpb_wrapper p { line-height:1.6em!important; }
    

    I'm afraid 3 is not currently possible.

    Hope this helps,

    Regards

  • tom replied

    Thanks so much Andrew!!

    Shame about 3. hopefully theres a way of doing this in the future. 

    Is there a way i can change the line spacing of the individual team bios too on the About page? 

    Thanks again!

  •  8,470
    Tahir replied

    Hey Again,

    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):

    .nectar_team_member_overlay.open .team_member_details .team-desc {
        line-height: 28px !important;
    }

    Thanks


    ThemeNectar Support Team