aav1984 Posted January 8, 2016 Share Posted January 8, 2016 Hello everyone, How can i change the color of the the black menu in the front page where the phone number / log in and contact us is displayed (see attached image for what i mean). Also, how can this block be removed? Kind regards, Almer Link to comment Share on other sites More sharing options...
gabdara Posted January 11, 2016 Share Posted January 11, 2016 To change the top navigation bar background color, look into global.css for header .nav and change the background color code: https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/css/global.css#L5745 To remove it, edit file header.tpl and delete or comment code associated with the hook displayNav: https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/header.tpl#L84-L93 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now