Make the "subscribe box" to stand out and more visible

  • Unknown's avatar

    Hi!

    As you can see here: http://saludextrema.org/unete/, if you are not subscribe to my blog, the box is a bit dim and grey, so it’s not very visible and some visitors might fail to see it.

    (I’m using this shortcode: [blog_subscription_form])

    The same thing happens with the “Follow by e-mail” widget (you can check it on the sidebar here: http://saludextrema.org/blog/

    Can I make those boxes (and their links) brighter and more visible? I’d like them to catch the visitor’s eye instantly.

    Thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    On the subscribe and the follow by email widget on the blog page, if you are talking about the button itself, you could do something like this, which turns the text red and sets a red border around it.

    input[type="submit"] {
        border: 4px solid red !important;
        color: red;
    }

    You can edit the colors as desired.

  • The topic ‘Make the "subscribe box" to stand out and more visible’ is closed to new replies.