Changes not showing up in Mobile version

Hi All,

Can anyone help in changing the text color of “Reviews” to Red ( Hex color #d93c30) in the mobile layout? Currently, it is showing red in the desktop version however in the mobile version it is showing Black.

website: www.vanivrtti.com

Please place this code at the end of Assets / theme.scss

a[href="/pages/reviews"] {
    color: #d93c30 !important;
}
1 Like

Thanks again @Hardik29418 :slightly_smiling_face:

Thank you for the update.