Header menu color customization - Prestige theme

I want to change the color of particular menu item in header part in prestige theme

website: http://superglamorous1.myshopify.com/

pwd: [email removed]

password is [email removed] for the above store

password for the store is fds1

Hey @siva_fds

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
a[href="/collections/straight-from-italy"], a[href="/collections/made-to-order"] {
    color: red !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed