Copyright Notice & Promo popup - by sotart

This topic has 4 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: sotart
    sotart
    Participant
    March 5, 2016 at 17:23

    Hello,

    I set up the copyright notice so if anyone right clicks on the website there is the black full page rectangle popping up. This closes with a slim white X on the top right corner. But, if i scroll down and the fixed header is active and I right click somewhere, then the fixed header hides half of the X (http://imgur.com/HKXi5ou). How can I prevent it? Can I also make the X bolder for easier visibility?

    Also I set up the promo popup and it does not pop up! Not in my PC or on anyone else! What am I doing wrong?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 7, 2016 at 08:55

    Hello,

    Try to use this code in Custom CSS for desktop:

    .close-credentials {
       top: 70px;
    }

    If you want to change cross icon you need edit the image wp-content/themes/royal/images/medium-cross.png as it’s loading from there.

    Best regards,
    Jack Richardson.

    Avatar: sotart
    sotart
    Participant
    March 10, 2016 at 09:35

    Hello,

    It does not work! I tried placing the code in the desktop css & in the global css as the same happens when you view it from a mobile. the “X” keeps getting behind the fixed header

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 10, 2016 at 12:51

    Hello,

    I’ve edited the code in Custom CSS for desktop section to:

    .close-credentials {
       top: 90px !important;
    }

    and added this code in Custom CSS for mobile:

    .close-credentials {
       top: 70px !important;
    }

    Please check now.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.