Kitchen pro

Home Forums All Other Themes Kitchen pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #163328
    Gábor SzéllGábor Széll
    Participant
    • Topics: 12
    • Replies: 37
    • Total: 49
    Member since: March 20, 2017

    Hello!

    I use the Kitchen Design Pro theme.
    https://igenyesfurdoszoba.hu/
    I want to enter a section id on the home page so I can use it in the menu.
    I want to make the menu sticky.

    Thanks.

    Gábor

    #163411
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    1. I want to enter a section id on the home page so I can use it in the menu.

    Ans: This can only be done via coding.

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    2. I want to make the menu sticky.

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper {
        width: 100%;
        float: left;
        position: sticky;
        top: -52px;
        z-index: 99999;
    }

    Regards,
    Dave

    #166471
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    We have added section ID in all sections.

    Regards,
    Dave

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