Home>Support>main menu bottom border color change and page title removal

main menu bottom border color change and page title removal

Hello, how do I change the color of the border under the main menu currently there is a gray bar under the white menu? currently it is a gray color but cant see where to change it. and another question. I created an about us page and want to add my own About us title to the page but I can’t see where or how to remove the About that is automatically generated on the page top left of the page says about. thank you and great theme btw
Adam

URL: http://www.funnelgurus.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Adam Klein

    figured out the title issue by selecting the page template with no title however it is a full width page. is there a way to create new page templates from within the dashboard or will they have to be coded in?

  2. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Adam

    Thanks for reaching out. There isn’t a border but there is a drop shadow. If you want to turn that off you can try adding the following to Appearance > Custom CSS:

    /* Menu */
    
    .main-navigation.sticky {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    

    To add a border you could add the following:

    /* Menu */
    
    .main-navigation.sticky {
    border-bottom: 2px solid #CCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    

    Edit as required.

    New page templates would need to be added to a child theme.

    Hope that helps.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More