Home Forums Pro Themes Restaurantz Pro Background on top menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52628
    LHJWEB
    Participant

    Hi Theme Palace
    I have bought the template Restaurantz Pro (http://www.jorgensen1.dk) and would like the top menu to have a solid black background, but I can not find a place where I can change it so that the banner image does not go to top . Is that possible and can you please help me.
    Best regards
    Lars

    #52629
    wensolutions
    Keymaster

    Hello @lhjweb,

    First of all thank you very much for buying the pro version of Restaurantz Pro .

    Now to make the menu section black in non sticky mode please use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .builder-overlap #masthead {
        background: #000000;
        }

    Hope this helps .

    Best Regards!!

    Have a good day .

    #52666
    LHJWEB
    Participant

    Hi Theme Palace
    Thank you very much 🙂 That’s how it should be. Is it also possible to adjust the height of the menu section so that it is not so high?, and perhaps make the color more transparent so you can see the image behind it?
    Best regards
    Lars

    #52721
    wensolutions
    Keymaster

    Hello @lhjweb,

    To reduce the height of the menu and make the background transparent in non sticky mode replace above given CSS with the CSS given below.

    .builder-overlap #masthead {
        background: #000000;
        padding: 0px;
        background-color: rgba(12, 12, 12, 0.49);
    }

    Hope this helps .

    Best Regards!!

    #53055
    LHJWEB
    Participant

    Thanks a lot for the help. That was exactly what I needed 🙂

    #53063
    wensolutions
    Keymaster

    Hello @lhjweb,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/restaurantz/reviews/

    Best regards !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.