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
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;
}
Thanks again @Hardik29418 ![]()
Thank you for the update.