Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #394804
    #395079

    Hi 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,
    Ismael

    #1293643

    Hi :)

    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

    #1293669

    Hey henninglehmkuhle,

    I started addressing your thread but Ismael’s suggestion should work.

    Best regards,
    Jordan Shannon

    #1293770

    Ahh 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 !

    #1293777

    Hi,

    I’m receiving an error trying to access the site. Can you check?

    Best regards,
    Jordan Shannon

    #1293782

    That shoud work.

    #1294032

    Hi henninglehmkuhle,

    Thanks for that. What exactly do you want to change in your menu?

    Best regards,
    Rikard

    #1294045

    Hi Rikard,

    i want to have a white menu on the front page and a black menu on the other pages.

    Thanks for the help.

    #1294308

    Hi,

    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,
    Ismael

    #1294314

    Yes, I did it ! :))

    Erverythings fine-

    Thank you

    #1294440

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Different logo for different pages possibility?’ is closed to new replies.