Okay
  Public Ticket #2130405
Quick Notification Bar for 10.5
Closed

Comments

  • Anthony F started the conversation

    Quick notification bar no longer works for 10.5 (https://themenectar.ticksy.com/article/9178/)

  •  8,993
    Tahir replied

    Hey Again,

    That Article is no longer valid and has been updated.

    As of Salient 10.5 a New Option has been added :  

    7204491768.png

    Best


    ThemeNectar Support Team 

  • Anthony F replied

    Thank you ! 

    Actually need assistance changing the background color of this plugin on cart 

    The latest update has turned the background black

    https://solepremise.com/cart

  •  8,993
    Tahir replied

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

    .woocommerce .woocommerce-info {
        background-color: #cda34a !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Anthony F replied

    Thank you unfortunately it appears new CSS from 10.5 is overwriting these CSS changes. I tried this exact code previously and as you can see its being over written. 

  •  8,993
    Tahir replied

    I dont see the !important in there ?. 

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

    html body .woocommerce .woocommerce-info#woocommerce-cart-notice-free-merch {
        background-color: #cda34a !important;
    }

    Thanks


    ThemeNectar Support Team