[Resolved] Adding Border or Background to Widget Sidebar

Home Forums Support [Resolved] Adding Border or Background to Widget Sidebar

Home Forums Support Adding Border or Background to Widget Sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1631510
    Anonymous

    Hi I want to add Border or Background to Widget Sidebar. ie. https://ibb.co/7Y26DNx
    The second question is: how I can change font size, or make it bold to few elements of widget sidebars.

    Best,
    Arek πŸ™‚

    #1631662
    David
    Staff
    Customer Support

    Hi there,

    what plugin is being used to create the newsletter form ? Does it have any controls over the HTML it uses ?

    #1631699
    Anonymous

    Thanks David for your answer. The plugin is https://pl.wordpress.org/plugins/newsletter/

    #1631802
    Leo
    Staff
    Customer Support

    You can try something like this:

    .sidebar .widget_newsletterwidget {
        border: 1px solid #000;
        background-color: #2424;
    }

    And I would suggest using equivalent padding for the sidebar widget:
    https://docs.generatepress.com/article/widget-padding/

    #1632253
    Anonymous

    Thank You Leo! That works! πŸ™‚

    #1633078
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.