• Author
    Posts
    • #2446
      Onur Mercan
      Participant

      How can i remove the Line under the Menu? (over the Posttitle)

      Attachments:
      You must be logged in to view attached files.
    • #2448

      Hi Onur, Paste this code into the custom css tab on the customizer.

      For the line above the main content area try this.

      #main {
      	border-top:0;
            }

      For the line above the sidebar on the right try this.

      #right-sidebar .widget:first-child  {
      	border-top:0;
            }

      Let me know how that works for you!

    • #2450
      Onur Mercan
      Participant

      Perfect!!! 🙂

Viewing 2 reply threads
  • You must be logged in to reply to this topic.