I am currently working on customizing the appearance of my website's main menu. Specifically, I want to modify the small highlighted bar that appears under the selected item to better align with our brand colors. The default color in the WEN Associate theme is orange, but I would like it to be white instead. Additionally, I also aim to change the background color of the block button to a beige shade (#a58263) similar to the "Recruitment Services" block on this site: .
In an attempt to achieve this, I utilized the following CSS code for the block button:
.wp-block-button_link {
background-color: #a58263
!important
}
Unfortunately, the desired changes did not take effect and the button still defaulted to the orange color.