• Hello!
    I just got my blog up and running so I’m naturally going to have questions. My main one is how do I get the subscription button to be featured more prominently?
    I don’t want it to be glaring as if to be annoying, but it’d be nice if it wasn’t tucked away in a corner.
    Maybe there’s some way to alter the placement of it or something? I don’t know.

    Pondscumcomic.com <—that’s the blog for reference so you know what I’m talking about.
    Thank you deeply to anyone that takes the time to read this!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sagar

    (@supportguru)

    Hello,

    The one which your using is too basic.
    I’d recommend you to please go with Welcome gate.
    It will make a subscription list much more arrive.
    The target will be more too as the site will be publish on there forum as well.

    Moderator bcworkz

    (@bcworkz)

    You could just rearrange your widgets so it’s closer to the top. You can restyle your theme’s button CSS (starting on line 239) to be larger and/or a different color, but that would affect all buttons. The thing to do is add a more specific selector so only the subscribe button is affected. Copy the styles from the generic button style into your new selector and edit as desired. This is a selector you could use:
    #subscribe-submit input[type="submit"]

    When customizing a theme, you should create a child theme so your changes are not lost when the theme is updated.

    If you’d rather the subscribe widget appear somewhere besides the sidebar, it doesn’t really need to be a widget. You can copy the HTML output into a different template, such as your header and not use the actual widget.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making the subscription button more noticeable’ is closed to new replies.