If you’d like something like this:
Go to edit code > assets > base.css and add this:
#Details-HeaderMenu-5{
background-color: #ac3834;
border-radius: 40px;
}
Goal: style the “Try Berrybites” menu item with a colored background and 40px rounded corners, and set submenu text to black while keeping the main label white.
Key steps implemented:
Notes and troubleshooting:
Outcome: background color and 40px corner radius applied; submenu text is black; “Try Berrybites” label is white. Images were referenced for context, but the final solution is conveyed via CSS selectors. The issue appears resolved.