[Resolved] Remove container line

Home Forums Support [Resolved] Remove container line

Home Forums Support Remove container line

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #774250
    Uwe

    Hey,

    I would like to remove the grey container line on my site.

    Is that possible?

    #774251
    Uwe

    Also, just adding to my previous post, how can I add a thin colored line right below the navigation?

    The goal of this is to separate the navigation from the rest of the content, similarly to how https://www.fool.com/ does it

    #774301
    David
    Staff
    Customer Support

    Hi there,

    1. Go to Customizer > Additional CSS – remove this:

    .inside-article,
    .sidebar .widget,
    .comments-area {
        border: 1px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }

    Simple line below nav:

    .main-navigation {
        border-bottom: 2px solid #f00;
    }
    #774639
    Uwe

    Excellent, thanks!

    #774737
    David
    Staff
    Customer Support

    you’re welcome

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