Archived topic
Cross ( close) option not available.
7 replies · Started by Sunny on June 16, 2021
I have completed my responsive designing of my website.
One issue which I am facing is that when I click on the hamburger menu, after that cross option is not visible.
Can anyone help?
I am using GP Premium
Hi Sunny,
Can you link us to the site in question to check?
You can use the private information text field to provide the site details if you wish to keep the link private.
I have provided the link
Can you temporarily disable the caching plugin(litespeed cache) so we can trace things properly?
Let us know.
disabled it. Kindly check.
the CurrentColor value doesn't seem to work.
We can do a workaround for this.
Try adding this CSS:
.gp-icon svg {
fill: inherit;
}
Or you can change inherit to your preferred color.
Let us know how it goes.
this seems to have solved the issue. Thanks a lot.
No problem. :D