Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #169092
    manonwethly
    Participant

    Hello,

    These colours are linked at the moment but the menu should be black because it is on a white background and the secondary link colour should be white because it is situated on black and white images. Can you please help?

    My website: http://www.manonwethly.com

    #169093
    manonwethly
    Participant

    Also, is it possible to center the menu button on desktop as well as on mobile?

    Thank you again!

    Manon

    #169119
    sapana
    Participant

    @manonwethly: For centering menu in both mobile and desktop you can add this code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .site-primary-wrapper {
    position: unset !important;
    }
    #updownnav {
     position: absolute;
     right: 10px;
    }

    For changing the secondary color you can change using the color options. Let me know if you find any difficulty!

    Kind Regards,
    Sapana

    #169140
    manonwethly
    Participant

    Hello Sapana, at the moment these colour are linked and I need a way to choose a different colour for the menu and for the secondary link.

    Kind regards,
    Manon

    #169155
    manonwethly
    Participant

    To be clear: I want the menu to be in black and the secondary link to be white

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Is it possible to have a different menu colour and secondary link colour?’ is closed to new replies.