Hello,
i want to have the footer in a accordion (mobile) prestige theme
Can anyone help me ?
Hello,
i want to have the footer in a accordion (mobile) prestige theme
Can anyone help me ?
Hi @MS2333 ,
I am happy to help you.
Please follow the below instructions to achieve your desired results:
.footer__block--links summary.h6 {
position: relative;
}
.footer__block--links summary.h6::after {
content: '';
position: absolute;
right: -24px;
padding: 2px;
border-top: 1px solid;
border-right: 1px solid;
top: 50%;
transform: translateY(-50%);
rotate: 45deg;
}
details[open] summary.h6::after {
rotate: 135deg;
top: 20%;
}
Result: