PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved
Solved
kevin-smith

Feb 26th, 2018 01:30 AM

What CSS file do I need to edit to customize the color of the bar at the behind the main menu?

Right now the theme comes stock with an orange and a grey color. I would like them just to be one solid color.

Thanks in advance,

Kev

iambuxer

Feb 26th, 2018 03:17 AM

Best Answer

Hi.

For the left color is: .navbar-default .left-accent { background: #e3ad7f; left: 0; }

And for the one at the right is: .navbar-default .right-accent { background: #858e95; left: 50%; }

If you press in your keyboard "CTRL + Shift + i" you will see the web developer tool and that will help you to find out the elements and styles in your website.

shaista-khalid

Sep 21st, 2019 03:33 AM

Look at all these forums, these are the best exampls. You can also look at them on http://www.mpcfaculty.net/penny_partch/1Aweek/1A_Research_sources.aspx. These are some of the best research sources that you can take help from.