How

Home Forums Jevelin Theme How

Home Forums Jevelin Theme How

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • SaqlainMughal
    Participant

    How to change the word ‘got it’. How can i fix this?

    And I want to put this not on the top of my website but at the bottom of my website. How can i fix this?

     

    Attachments:
    You must be logged in to view attached files.

    Hi @SaqlainMughal,

     

    I hope you are well today and thank you for your question.

     

    You can change the word either by translating it as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Best regards,
    Shufflehound team

    SaqlainMughal
    Participant

    And I want to put this not on the top of my website but at the bottom of my website. How can i fix this?

    You can try achieving this using the Yellow Pencil editor as described on the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

    SaqlainMughal
    Participant

    No as it is a privacy policy, it doesn’t stay on my website. When people click agree it’s gone. Now it show at the top if you open my website in incognito mode (you can check yourself). But that message should be at the bottom of the website like 99% of the websites do.

    There must be another way around beside yellowpencil. Yellowpencil is meant for things that stay on your page. What i have is just a notification.

    You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-page-notice {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    
    
Viewing 6 posts - 1 through 6 (of 6 total)