Okay
  Public Ticket #3576069
Cart notification font color.
Closed

Comments

  •  4
    TMEmedia started the conversation

    Greetings, 

    I am looking for a way to change the font color for the cart notification. 
    The yellow is main branding color for site, and i would like to change the number to black. 

    1497884889.png

    Thank you in advance, 

    Regards, Thomas

  •  2,724
    Andrew replied

    Hi Thomas,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #header-outer a.cart-contents .cart-wrap span {
      color: #000;
    }
    

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Try this and let us know how it goes.

    Cheers,

  •  4
    TMEmedia replied

    Thank you! That worked. 

    It is still white on mobile, is that a different fix?

  •  2,724
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel:

    #header-outer #mobile-cart-link .cart-wrap {
      color: #000000;
    }
    

    My apologies for overlooking this before.

    Try this and let us know how it goes.

    Thanks


  •  4
    TMEmedia replied

    Thanks again! Worked perfect. 

    Fantastic. Thank you!

  •  1,658
    Judith replied

    Hi there,

    You're welcome.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!


  •  4
    TMEmedia replied

    Thanks again. Will do! Always great support from you. 

    Do I close the tickets, or do you?


    BR Thomas