Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
You can change the ‘color: black’ to hex color #000 or any other,
You can change the ‘background-color: red’ to hex color #000 or any other,
Screenshot is for reference only, the correct code to paste is the one shown above.
@haoli1 Yes, to apply same changes in mobile view you can add this code before closing script tag
const mobileAnchorElement = document.querySelector('a.mobile-menu__item[href="/collections/pre-order"]');
mobileAnchorElement.style.backgroundColor = '#FF5733'; // Change background color
mobileAnchorElement.style.color = '#FFFFFF'; // Change text color
mobileAnchorElement.style.fontWeight = 'bold'; // Make text bold