Promo Popup Close Ticker Text Color - by suhasratan

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

  • Avatar: suhasratan
    suhasratan
    Participant
    February 12, 2016 at 13:34

    I cant see the “DON’T SHOW THIS POPUP AGAIN” text because my popup image is black in colour… where i can change the colour of that text?

    Also i want to move that text to the top legt, instead of bottom left…

    8 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 12, 2016 at 13:53

    Hello,

    Please provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: suhasratan
    suhasratan
    Participant
    February 12, 2016 at 13:58

    Here 🙂

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 12, 2016 at 14:39

    Hello,

    To change text color in popup window add this code in Theme Options > Custom CSS > Global Custom CSS:

    .white-popup-block label {
        color: white !important;
    }

    and this code in Custom CSS for desktop to move it to the top:

    .white-popup-block .checkbox-label {
        bottom: 80%;
    }

    Regards,
    Eva Kemp.

    Avatar: suhasratan
    suhasratan
    Participant
    February 12, 2016 at 14:49

    That worked 😀

    just one more thing… in the top menu, it is showing as ‘NEWSLETTER’ can i change it to “SPECIAL OFFER”

    thank you 🙂

    Avatar: suhasratan
    suhasratan
    Participant
    February 12, 2016 at 14:59

    Also, i want to remove the languages and currencies from the left part of the top menu…

    how do i do that?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 12, 2016 at 15:12

    Hello,

    1) You can change it in
    \wp-content\themes\woopress\framework\theme-functions.php file on line 935 in the following code
    <li class="popup_link <?php if(!etheme_get_option('promo_link')): ?>hidden<?php endif; ?>"><a class="etheme-popup <?php echo (etheme_get_option('promo_auto_open')) ? 'open-click': '' ; ?>" href="#etheme-popup"><?php _e('Newsletter', ETHEME_DOMAIN); ?></a></li>

    2) Please add this code in Global Custom CSS.

    .languages-area {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    February 12, 2016 at 15:16

    Awesome 🙂 thanx a bunch!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 12, 2016 at 15:47

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

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

The issue related to '‘Promo Popup Close Ticker Text Color’' has been successfully resolved, and the topic is now closed for further responses

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