- This topic has 17 replies, 2 voices, and was last updated 3 years, 1 month ago by .
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Cryptocurrency Footer Problem
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Dave
https://ibb.co/rkwhsxX
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header #topmenu { background-color: #fabc2e !important;}
.menu-header {
background: #214478 !important;
position: relative;
}
.menu-header::before {
background: #214478;
position: absolute;
top: 0;
content: "";
height: 100%;
width: 99999999px !important;
left: -99999999px !important;
z-index: 10;
}
#topmenu ul li.buy-tokens::after { display:none;}
Regards,
Dave