Hello,
I am having trouble getting the custom-class based menu button to match the existing buttons throughout the page. Like the buttons throughout the page, I want the text of the button to remain white and the background to transition from orange to blue. I am having a couple issues:
– The menu button text on hover defaults to the blue that the other menu items are using, which makes the entire button look solid blue on hover. How do I override the hover text color just for that button? I attempted to add it in the hover CSS section and it didn’t seem to work
– When using a transition, the button graphics are quickly going from square to the 30px radius that I selected. I’m unsure of why it is reverting back to a square button for a split second before becoming round. I would like it to transition like the other buttons as I think it looks good that way vs just a simple switch on hover.
Thanks in advance for your help!