IoanaBob Posted November 6, 2013 Share Posted November 6, 2013 I wanted to change orange with brown, so i went to the css files, looked for the color code (e55e2d) and replaced with another code. It worked for everything excepting the top menu and that slider number (i circled them in the picture below). I've been using Prestashop for 3 days so i really don't know where to search. Can you help me? Thanks in advance, Ioana Link to comment Share on other sites More sharing options...
vekia Posted November 6, 2013 Share Posted November 6, 2013 as i can see on your picture you use some kind of customization, can you please share url to your website if it is possible? Link to comment Share on other sites More sharing options...
IoanaBob Posted November 6, 2013 Author Share Posted November 6, 2013 It's on localhost. But here is the link to the demo i got(if it helps): http://shoes.prestacoder.com/ Link to comment Share on other sites More sharing options...
vekia Posted November 6, 2013 Share Posted November 6, 2013 you can change background in this code: ul.mega-menu li.mega-hover a, ul.mega-menu li a:hover { background: #e55e2d; color: #fafafa; text-shadow: none; } it's a part of: /modules/blocktopdcmegamenu/css/dcmegamenu.css file 1 Link to comment Share on other sites More sharing options...
IoanaBob Posted November 6, 2013 Author Share Posted November 6, 2013 you can change background in this code: ul.mega-menu li.mega-hover a, ul.mega-menu li a:hover { background: #e55e2d; color: #fafafa; text-shadow: none; } it's a part of: /modules/blocktopdcmegamenu/css/dcmegamenu.css file Thanks a lot! Link to comment Share on other sites More sharing options...
vekia Posted November 6, 2013 Share Posted November 6, 2013 you're welcome i marked this thread as [solved] if you will need any additional assistance - just let me know = continue discussion below with regards, Milos Link to comment Share on other sites More sharing options...
IoanaBob Posted November 7, 2013 Author Share Posted November 7, 2013 you're welcome i marked this thread as [solved] if you will need any additional assistance - just let me know = continue discussion below with regards, Milos Sorry for late reply, but do you also know where to find that number color (of the slide) and the little arrows of the sub-categories? Link to comment Share on other sites More sharing options...
vekia Posted November 7, 2013 Share Posted November 7, 2013 ohh sorry i forgot about that! .bx-pager a { display: inline-block; zoom: 1; margin-right: 5px; padding: 4px 0 0 1px; height: 22px; width: 21px; font-weight: normal; font-size: 14px; color: #fff; text-decoration: none; background: url(gray_pager.png) no-repeat 0 -28px; } + active dot: .bx-pager .pager-active, .bx-pager a:hover { color: #fe8b75; font-size: 14px; text-decoration: none; font-weight: normal; background-position: 0 0; } it's a part of themes/prestacoder_shoes/css/modules/homeslider_prest/bx_styles.css file and regarding to the arrows in categories: arrow is an image defined here in background param: ul.mega-menu li .sub-container.non-mega li a:hover { color: #5c5c5c; font-weight: bold; background: #ffffff url(images/arrow_on.png) no-repeat 7px 10px; } it's a part of /modules/blocktopdcmegamenu/css/dcmegamenu.css file Link to comment Share on other sites More sharing options...
IoanaBob Posted November 7, 2013 Author Share Posted November 7, 2013 ohh sorry i forgot about that! .bx-pager a { display: inline-block; zoom: 1; margin-right: 5px; padding: 4px 0 0 1px; height: 22px; width: 21px; font-weight: normal; font-size: 14px; color: #fff; text-decoration: none; background: url(gray_pager.png) no-repeat 0 -28px; } + active dot: .bx-pager .pager-active, .bx-pager a:hover { color: #fe8b75; font-size: 14px; text-decoration: none; font-weight: normal; background-position: 0 0; } it's a part of themes/prestacoder_shoes/css/modules/homeslider_prest/bx_styles.css file and regarding to the arrows in categories: arrow is an image defined here in background param: ul.mega-menu li .sub-container.non-mega li a:hover { color: #5c5c5c; font-weight: bold; background: #ffffff url(images/arrow_on.png) no-repeat 7px 10px; } it's a part of /modules/blocktopdcmegamenu/css/dcmegamenu.css file Thank you, you are awesome! 1 Link to comment Share on other sites More sharing options...
vekia Posted November 7, 2013 Share Posted November 7, 2013 you're welcome glad to hear that i could help you Link to comment Share on other sites More sharing options...
catman Posted April 9, 2014 Share Posted April 9, 2014 please, could you help me too? I need change the background color of top horizontal menu in default theme in Prestashop 1.6. I tryied to everything in superfish-modified.css, but nothing changed. Could you help me? I have no possibility to publish page yet, it´s only on my localhost. 1 Link to comment Share on other sites More sharing options...
anuragvikram Posted July 1, 2014 Share Posted July 1, 2014 I want to change top horizontal menu color combination, font style and size in prestashop1.6 default theme, Can anybody help me pleaseout... Link to comment Share on other sites More sharing options...
vekia Posted July 1, 2014 Share Posted July 1, 2014 I want to change top horizontal menu color combination, font style and size in prestashop1.6 default theme, Can anybody help me pleaseout... color combination? what you mean? only background? perhaps something more? in addition, picture that you attached doesnt work Link to comment Share on other sites More sharing options...
anuragvikram Posted July 1, 2014 Share Posted July 1, 2014 change menu tab size, menu font , menu background color, menu block design etc... menu block Link to comment Share on other sites More sharing options...
Glaswerk-Tanhas Posted July 28, 2019 Share Posted July 28, 2019 Hello Guys i saw this old post and therefor i had a question about TM Mega Menu . I want to have on the left side of each sub category a dot like a listing dot like this : • and this in a color like #181818 Does somebody has a clue ? Link to comment Share on other sites More sharing options...
diondlemarcu Posted April 6, 2020 Share Posted April 6, 2020 (edited) On 11/6/2013 at 7:03 PM, IoanaBob said: I wanted to change orange with brown, so i went to the css files, looked for the color code (e55e2d) and replaced with another code. It worked for everything excepting the top menu and that slider number (i circled them in the picture below). I've been using Nox Vidmate VLC Prestashop for 3 days so i really don't know where to search. Can you help me? Thanks in advance, Ioana I tryied to everything in superfish-modified.css, but nothing changed. Could you help me? I have no possibility to publish page yet, it´s only on my localhost. Edited April 6, 2020 by diondlemarcu (see edit history) 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