Hi,
On my mobile footer- I’d like to remove the lines and + icons and always keep the footer open- my site is https://scntwrld.com
THANKS!
Hi,
On my mobile footer- I’d like to remove the lines and + icons and always keep the footer open- my site is https://scntwrld.com
THANKS!
tried both codes they dont work, any others to test?
I’m pretty good at editing code just not writing it. if you can put here so other can benefit it would be great! mike
Try adding this than:
footer .collapsible-content {
opacity: 1;
height: auto !important;
visibility: visible;
overflow: visible;
}
footer .collapsible-content__inner {
transform: none !important;
}
footer .collapsible-trigger__icon {
display: none;
}
Hi
Which theme are you using?