-
AuthorPosts
-
February 12, 2015 at 2:24 am #394804
Hello and thanks for your support! We had a question: we have a white logo and it looks great on the front page https://aquaquestonline.com/ . But on the category pages and all other pages on site where the background is white, for example here https://aquaquestonline.com/product-category/backpacks/ , the white logo gets lost. Is there any way to use one logo for all pages (dark one) and then white logo on the front page?
Thank you,
Gear Out Here
February 12, 2015 at 3:37 pm #395079Hi gearouthere!
Thank you for visiting the support forum.
Upload a colored logo instead of the current white then use this on the Quick CSS field:
.home .logo img { display: none; } .home .logo { width: 98px; background: url('https://aquaquestonline.com/wp-content/uploads/2015/02/aqlogowhite.png') no-repeat; }
This will apply the logo as background specifically for the home page.
Regards,
IsmaelApril 10, 2021 at 4:03 pm #1293643Hi :)
I have the exact same problm. My white logo and the menu looks fine on the front page but not on the others pages.
I would like to have a black logo and menu for the other pages, is it there an option ?Thank you !
Henning
April 10, 2021 at 6:14 pm #1293669Hey henninglehmkuhle,
I started addressing your thread but Ismael’s suggestion should work.
Best regards,
Jordan ShannonApril 11, 2021 at 2:44 pm #1293770Ahh Nice!
That Code worked with the logo..home .logo img {
display: none;
}.home .logo {
width: 98px;
background: url(‘https://aquaquestonline.com/wp-content/uploads/2015/02/aqlogowhite.png’) no-repeat;
}How Can I do it with the Menu ?
Thanks for the help !
April 11, 2021 at 4:49 pm #1293777Hi,
I’m receiving an error trying to access the site. Can you check?
Best regards,
Jordan ShannonApril 11, 2021 at 4:53 pm #1293782That shoud work.
April 13, 2021 at 7:38 am #1294032Hi henninglehmkuhle,
Thanks for that. What exactly do you want to change in your menu?
Best regards,
RikardApril 13, 2021 at 9:16 am #1294045Hi Rikard,
i want to have a white menu on the front page and a black menu on the other pages.
Thanks for the help.
April 14, 2021 at 10:00 am #1294308Hi,
Thank you for the update.
Looks like you have already done what you are trying to do — the menu on the front page is already white, and it is black on other pages. Do you need anything else?
You can use this css code to change the color of the menu to white on every page, except the front page.
body:not(.home) .header_color .main_menu ul:first-child > li > a { color: #000000; }
Best regards,
IsmaelApril 14, 2021 at 10:14 am #1294314Yes, I did it ! :))
Erverythings fine-
Thank you
April 14, 2021 at 10:33 pm #1294440Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Different logo for different pages possibility?’ is closed to new replies.