We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.
How can I make links underlined in max control theme?(just like this website:))
Thanks.
Add below to custom.css
a{ text-decoration: underline !important; }
Make sure all modification what you are making in custom.css you should take backup before you update theme files in future.
Thanks.I mean
a:hover{ text-decoration: underline !important; }
But I don't want underlined links in Main Navigation. Is it possible?
Add this along with your code. But after a:hover{...}
qa-nav-main-item a:hover{ text-decoration: none !important; }
Thank you. But this code doesn't work for me.
Okay give me a day to check in depth.
Hi! Is there a solution?
When you tried above code. What result you are getting?
Nothing! It is exactly the same as that befor adding the code!