[Support request] Menu Container Lines (Wordsmith)

Home Forums Support [Support request] Menu Container Lines (Wordsmith)

Home Forums Support Menu Container Lines (Wordsmith)

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

    Hey Guys,

    How do I get rid of the menu container line in the wordsmith theme?

    #2279416
    David
    Staff
    Customer Support

    Hi there,

    those lines are added by CSS in the Customizer > Additional CSS.

    Remove this code to remove the lines:

    
    
    /* rule under top bar */
    .top-bar {
        border-bottom: solid 1px rgba(109, 159, 170, 1.0);
    }
    
    /* navigation top and bottom rules */
    #site-navigation {
        border-top: solid 1px rgba(109, 159, 170, 1.0);
        border-bottom: solid 1px rgba(109, 159, 170, 1.0);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.