In general styling, I have the border color and the Main Content background color the same in order to have no borders ;)
but there is a problem: I have an accordeon (in german: Akkordeon menü) but you can’t see any borders (because I have the border color white, like the background.
I don’t want to have any borders on my website, except this Akkordeon menu. How can I fix this??
the accordeon is on the bottom of the page:
Hi,
I got a 404 page when visiting your link, could you check please?
Regards,
Rikard
mh :/
johanneshaschke.de/babybrei-rezepte
Hi!
Please add following code to Quick CSS in Enfold theme options under Geneeral Styling tab
.togglecontainer * {
border-color: #e2e2e2!important;
}
Best regards,
Yigit
thank you! youre the best! :)
what do I have to use instead of “togglecontainer” to add the same borders to the menu on this page(in german its “Reiter”)
Hi!
Please add following code to Quick CSS as well
.tabcontainer * {
border-color: #e2e2e2!important;
}
Regards,
Yigit
what would I do without you? :P
thanks!