@kay_png after “.header{…}” above, you can add this code for backing black button:
.banner__buttons__fixed .button.button--primary {
background-color: black!important;
}
Hope this can fix your problem
Goal: Add a black background strip behind the main menu so it stands out, with white menu text, matching provided screenshots. Site: fabricapparel.com.
What was done:
Side effect encountered:
Fix provided:
Outcome:
Notes:
@kay_png after “.header{…}” above, you can add this code for backing black button:
.banner__buttons__fixed .button.button--primary {
background-color: black!important;
}
Hope this can fix your problem