Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #364108

    Hallo Zusammen,

    wie kann ich denn an den Sidebars, im Content-Bereich oder bei den Menüs die Rahmen entfernen?
    Per custom.css und .sidebar {border: none;} klappt es irgendwie nicht…

    Besten Dank für Euer Feedback

    Andreas

    • This topic was modified 9 years, 3 months ago by Kanzleramt.
    #364405

    Hey Kanzleramt!

    Thank you for using Enfold.

    You can use this on Quick CSS to remove the border:

    #top #main .sidebar {
    border-left: none;
    }
    
    .content {
    border-right: none;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.