it doesn't show the menu items (probably because the font is white)
can I fix it
here's a live version of my website:
http://finalproject.fishely.co.il/
4 replies · opened Feb 5, 2020
it doesn't show the menu items (probably because the font is white)
can I fix it
here's a live version of my website:
http://finalproject.fishely.co.il/
Hello,
This issue is because of the Custom Codes you are using on your Website, in your Document's <head> area:
#header:not(.sticky-header) #primary-menu>ul>li>a {
color: white;
}
You will need to use this inside Media Queries: @media (min-width: 992px) targeting only the Desktops or Larger Devices.
For all your Customizations, you will need to keep a track on them as the issues arising due to your Customization is not covered by Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to Hire a Freelancer to help you out with this or manage your websites.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I've put it where you said, and the problem still continues...
Hello,
We cannot see our suggested codes on your Page. You codes should look like this:
@media (min-width: 992px) {
#header:not(.sticky-header) #primary-menu>ul>li>a {
color: white;
}
#header:not(.sticky-header) #top-search a,
#header:not(.sticky-header) #top-cart>a {
color: white;
}
#header:not(.sticky-header) #primary-menu ul li:hover>a,
#header:not(.sticky-header) #primary-menu ul li.current>a {
color: #cd195b;
}
}
Any further customization is your responsibility.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
GREAT! it works!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard