Module in Modal text position
- Posted by s (14) Offline
Couple quick questions:
1) How do I change the close button hover color?
I tried:
}
#moduleinmodal-mimodal .mimodal-close a:hover {
color:#C00202;
}
and
}
#moduleinmodal-mimodal .mimodal-close a:hover {
background:#C00202;
}
as well as:
}
#moduleinmodal-mimodal .mimodal-close p a:hover {
background:#C00202;
}
etc...
But none change the hover color.
2) I thought when I first installed Module in Modal, there was a module setting that allows you to write in text for the close button. However, that setting option is no longer available. Am I missing something? How can I add "close" like the demo?
Thanks!
As for the review, give me a couple days (since I have a big project in front of me) and I will give you a very positive rating.
8 years 7 months ago #7
by s
1) How do I change the close button hover color?
I tried:
}
#moduleinmodal-mimodal .mimodal-close a:hover {
color:#C00202;
}
and
}
#moduleinmodal-mimodal .mimodal-close a:hover {
background:#C00202;
}
as well as:
}
#moduleinmodal-mimodal .mimodal-close p a:hover {
background:#C00202;
}
etc...
But none change the hover color.
2) I thought when I first installed Module in Modal, there was a module setting that allows you to write in text for the close button. However, that setting option is no longer available. Am I missing something? How can I add "close" like the demo?
Thanks!
As for the review, give me a couple days (since I have a big project in front of me) and I will give you a very positive rating.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
try1) How do I change the close button hover color?
#moduleinmodal-mimodal .mimodal-close p:hover {
border-color:#C00202;
color:#C00202!important;}
I thought when I first installed Module in Modal, there was a module setting that allows you to write in text for the close button. However, that setting option is no longer available. Am I missing something? How can I add "close" like the demo?
You can do that by hiding close button then create the button html code manually. https://www.dropbox.com/s/czeqhm29kxflp32/cs01b.jpg?raw=1
That's ok. No problem at all. Thanks!As for the review, give me a couple days (since I have a big project in front of me) and I will give you a very positive rating.
Please Log in or Create an account to join the conversation.