KayleyIs Posted November 19, 2023 Share Posted November 19, 2023 (edited) Hello! I'm looking to customize the color of one specific button in a client's Header. All other solutions I found don't quite work with nav structure. Ex: I want only the "Expedite" button to be green. Note: I do have some other custom code to have multiple buttons in the header. TIA! Edited November 19, 2023 by KayleyIs Link to comment
Solution KayleyIs Posted November 19, 2023 Author Solution Share Posted November 19, 2023 (edited) Found the solution on: .primary-button-style-solid .light .header-actions-action--cta .sqs-button-element--primary:nth-child( 1 ), /* dessktop */ .site-wrapper .header-menu .header-menu-cta a:nth-child( 1 ) /* mobile */ { background-color : #8CC653 } Edited November 19, 2023 by KayleyIs Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment