We need the close button to be functional in the box top right corner in white area.
Hi there,
Thanks for writing in.
Unfortunately, I can’t access the provided URL. It seems like it blocks visitors from specific counties, would you mind disabling that feature while we’re checking it?
Thanks!
try now, hopefully we won’t get hacked
Hey There,
Thanks for updating in! To resolve your issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
button.x-modal-close.x-modal-close-top.x-modal-close-right {
position: absolute;
top: 30px;
right: 50%;
margin-right: -220px;
color: red;
}
We would loved to know if this has work for you. Thank you.
I added the code and the x or close button needs to be a bit bigger, also the hover i set to white can we make it #00000. Also the hamburger modal button seems to be messed up
Hi There,
Please update the previous CSS to this:
button.x-modal-close.x-modal-close-top.x-modal-close-right {
position: absolute;
top: 20px;
right: 50%;
margin-right: -220px;
color: #08a6e7;
font-size: 5em;
}
button.x-modal-close.x-modal-close-top.x-modal-close-right:hover {
color: #000;
}
The hamburger menus look good on my end:
Which browsers you’re using?
Thanks.
chrome broweser
chrome browser
Hi there,
Please check the website with another machine as I checked the about page and indeed the hamburger buttons are showing correctly:
I also use the Google Chrome browser.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.