Hi I would like to make my toggles background color b11116 when closed and open with white text (title and content). Could you let me have the right quick css to do this. many thanks.
Hey Dogmut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler, .toggle_content {
background-color: #b11116!important;
color: white!important;
}
Best regards,
Yigit
Thats great thanks
Hi!
Thank you for the update.
Please replace the code with this:
@media only screen and (min-width: 1024px) {
#av_section_1 main{
position: absolute !important;
top: 150px !important;
}
}
Cheers!
Ismael
Many thanks Ismael that worked great but not for ipads. Will I need to make a further change?
Many thanks
Hey!
I can’t login into your site. Password is not working anymore, but try this for iPad:
@media only screen and (min-width: 768px) {
#av_section_1 main{
position: absolute !important;
top: 150px !important;
}}
Regards,
Andy
Hi!
Did you try to remove browse cache before testing the page? Please remove all suggested codes above then use this:
@media only screen and (min-width: 990px) {
#av_section_1 main{
position: absolute !important;
top: 150px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
#av_section_1 main {
top: 0!important;
display: block;
}
}
Best regards,
Ismael
Hello Ismael many thanks for that but its not worked.
Hi!
I edited the code above. Please use it. This is how it looks on iPad view:
[EDITED]
Cheers!
Ismael
Hey!
Image removed, let us know if you have any other questions.
Best regards,
Elliott