Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #526443

    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??

    #526445

    the accordeon is on the bottom of the page:

    http://johanneshaschke.de/rezepte/

    #526677

    Hi,

    I got a 404 page when visiting your link, could you check please?

    Regards,
    Rikard

    #526679

    sorry, now its

    #526682

    mh :/

    johanneshaschke.de/babybrei-rezepte

    #526826

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Geneeral Styling tab

     .togglecontainer * {
        border-color: #e2e2e2!important;
    }
    

    Best regards,
    Yigit

    #526880

    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”)

    http://johanneshaschke.de/leistungen/

    #526885

    Hi!

    Please add following code to Quick CSS as well

    .tabcontainer * {
        border-color: #e2e2e2!important;
    }

    Regards,
    Yigit

    #526888

    what would I do without you? :P
    thanks!

    #526914

    Hi!

    You are welcome! Glad we could help! :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘change border color just for special items’ is closed to new replies.