Hello,
I would like to chance a social icon in css with :
#top .social_bookmarks li:hover a {
background: transparent !important;
}
#top .social_bookmarks li a:before{
content: “” !important;
display: block !important;
width: 30px !important;
height: 30px !important;
}
#top .social_bookmarks li.social_bookmarks_instagram a:before {
background: url(../myiconofinstagram.jpg) repeat center center;background-size:30px 30px !important;
}
Without success, impossible to show my icon (PNG)…
—
Second problem, with burger menu.
I would like every links are black #000 but on hover, the black is more clear… even if :
#av-burger-menu-ul li a:active .avia-menu-text,#av-burger-menu-ul li a:hover .avia-menu-text,#av-burger-menu-ul li a{color:#000 !important}
—
Thanks you for your help.
Hey Emaginance,
Can you please provide the link to your website?
Best regards,
Victoria
Hello Victoria,
It’s ok for social icon, I’ve found a tip.
Website is not online but, here the screenshots of the problem :
Here, menu with burger style is ok, color are #000 :
https://ibb.co/6Yb8CPN
When select a link with submenu, color are not #000 anymore :
https://ibb.co/CVbjbbw
Maybe is due to opacity or something else on background menu ?
Thanks you for your help
Hi Emaginance,
We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.
Best regards,
Victoria