- Posts: 8
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Need to get rid of purple box, turn email on/off
- Elizabeth Wallace
-
Topic Author
- Offline
- New Member
-
Less
More
29 Oct 2016 18:47 #6307
by Elizabeth Wallace
Hello,
There is a box on the page of one of my sermons that I would like to get rid of (see the attached image) Also, I have searched and searched for a way to turn on and off the email image/link, (see attached image also). Both items are circled in red. thank you so much for your help.
Elizabeth
page: stablesatknox.org/responsive/index.php/p...rmon/5-my-body-image
There is a box on the page of one of my sermons that I would like to get rid of (see the attached image) Also, I have searched and searched for a way to turn on and off the email image/link, (see attached image also). Both items are circled in red. thank you so much for your help.
Elizabeth
page: stablesatknox.org/responsive/index.php/p...rmon/5-my-body-image
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
29 Oct 2016 19:53 #6308
by Thomas Hunziker
Replied by Thomas Hunziker on topic Need to get rid of purple box, turn email on/off
The box is supposed to be a dropdown menu. If you look at the same page with the protostar template, you see it:
stablesatknox.org/responsive/index.php/p...e?template=protostar
The simplest way to hide that menu is using CSS:
The simplest way to hide that menu is using CSS:
Code:
.dropdown-toggle {
display: none;
}
.dropdown-menu {
display: none;
}
Please Log in or Create an account to join the conversation.
- Elizabeth Wallace
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
29 Oct 2016 23:31 #6309
by Elizabeth Wallace
Replied by Elizabeth Wallace on topic Need to get rid of purple box, turn email on/off
I pasted the css in the custom.css file but it did not change anything... was I supposed to put the css somewhere else?
.dropdown-toggle {
display: none;
}
.dropdown-menu {
display: none;
}
Thanks again. elizabeth
.dropdown-toggle {
display: none;
}
.dropdown-menu {
display: none;
}
Thanks again. elizabeth
Please Log in or Create an account to join the conversation.
- Elizabeth Wallace
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
29 Oct 2016 23:39 #6310
by Elizabeth Wallace
Replied by Elizabeth Wallace on topic Need to get rid of purple box, turn email on/off
I apologize it did in fact work!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.294 seconds