This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #131310
     lior_c
    Participant

    Is it possible to enable the Built-in Contact Form (flooding contact formonly on the home page?

    I want to hide it on other pages.

    thanks..

    #131398
     Radu
    Moderator

    Hi,

    We don’t have such as option, but an easy way it can be to be hidden via CSS.

    Try with this css

    COPY CODE
    
    .kleo-quick-contact-wrapper {
        display: none !important;
    }
    
    .home .kleo-quick-contact-wrapper {
        display: block !important;
    }
    

    CSS will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #131450
     lior_c
    Participant

    Works perfect!

    #131467
     Radu
    Moderator

    You’re welcome

    If you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.

    https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630

    Thank you in advance

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?