• Resolved TravelPhantom

    (@travelphantom)


    I’m using the Esplanade theme and and am unable to find a way to put a box around the subscribe feature which sits in the sidebar-right widget.

    As you will see on my site I have a facebook widget that has a box around it, and I was hoping someone could tell me how to add a box around the subscription bit in the same way that my facebook widget is.

    Thanks in advance but I am such a newbie to WordPress and still learning my way around it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • .widget.widget_simplesubscribe {
    background: #fff;
    padding: 12px;
    border: 1px solid #aaa;
    max-width: 276px;
    }

    add this to your custom.css file or the bottom of your style.css.

    Thread Starter TravelPhantom

    (@travelphantom)

    Thanks janet4now, it worked perfectly. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border around subscription widget’ is closed to new replies.