Hello, how do I make my main menu options graphics? See example below.
website: topspot.cards
thanks in advance!
Hello, how do I make my main menu options graphics? See example below.
website: topspot.cards
thanks in advance!
You can add image background for your menu using this code
#Details-HeaderMenu-1 #HeaderMenu-pokemon > span {
background-image: url(https://cdn.shopify.com/s/files/1/0028/9852/6243/files/Screenshot_1.jpg?v=1702101181);
background-position: center;
background-size: cover;
color: transparent;
}
Thank you, where do I put this code? And how do I do it for other parts of my menu? Thank you in advance.