Tasifama Posted February 29, 2016 Share Posted February 29, 2016 I have Prestashop 1.6.1.4 How can I change the Hover Style button Color of my top bar? Link to comment Share on other sites More sharing options...
Pravesh Singh Posted February 29, 2016 Share Posted February 29, 2016 you uses any theme (avail by PrestaShop such as theme1,2 etc.) then just modify your theme.css like if you are using theme2 then modify the theme2.css and change the color code #header #contact-link a:hover, #header #contact-link a.active { background: red; //change the color code of your choice color: white; Link to comment Share on other sites More sharing options...
Tasifama Posted February 29, 2016 Author Share Posted February 29, 2016 (edited) How can I found the theme.css on my FTP? Can you please provide me the FTP address to modify this? Sometime like this: /themes/default-bootstrap. Thanks Edited February 29, 2016 by clintonsnow (see edit history) Link to comment Share on other sites More sharing options...
Pravesh Singh Posted February 29, 2016 Share Posted February 29, 2016 The URL for the theme2 is: public_html/modules/themeconfigurator/css/theme2.css Link to comment Share on other sites More sharing options...
Pravesh Singh Posted February 29, 2016 Share Posted February 29, 2016 find the code: #header #nav-row .header_user_info a.active { background: #b7b7b7; color: white; and change the background color. hopefully this will work. Link to comment Share on other sites More sharing options...
Pravesh Singh Posted February 29, 2016 Share Posted February 29, 2016 I think you are using the slidereverywhere module for slider on the header. You can also use slider module for the same. URL to download the slider: https://www.prestashop.com/forums/topic/325538-free-module-slider-2-responsive-slideshow-for-prestashop-16/ 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