• Resolved tinypinc

    (@tinypinc)


    Hi this is my website: https://www.tinypincshop.com
    If you scroll to the bottom of my website, you’ll see the subscription box.

    I tried to test it by keying in my own email, the colour of the text is really soft.
    how do i change the text color?

    This is what i have in my css now:

    #subscribe-submit input {
    	color: #ffffff;
    	background-color: #ff8787;
    	border-color: #ffffff;
    }

    And how do I get a link for my subscription boxes?
    Let’s say if I want to refer someone to subscribe to my website, can I just give them a link instead of asking them to go to my website?

    Thanks ??

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I can’t see the subscription box on your site at the moment. Did you remove it?

    I can’t test on your site right now, but this CSS should help:

    .jetpack-subscription-widget #subscribe-text input { color: #777; }

    And how do I get a link for my subscription boxes?
    Let’s say if I want to refer someone to subscribe to my website, can I just give them a link instead of asking them to go to my website?

    You could try the following:

    1. Create a new Page on your site, named “Subscribe”
    2. Insert the following shortcode in the page content:

      [jetpack_subscription_form]

    3. Send a link to that page to all your subscribers, to allow them to subscribe using Jetpack Subscriptions.
Viewing 1 replies (of 1 total)
  • The topic ‘Subscription box text can't be seen’ is closed to new replies.