Site logo

[Resolved] White border for Sidebar Buttons

Home Forums Support [Resolved] White border for Sidebar Buttons

Home Forums Support White border for Sidebar Buttons

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1655436
    Juned

    Hi,

    1. I want to give white border to the 02 buttons at Right Side Bar: The buttons are: Search and Filter.
    I guess, the ‘Login’ button and ‘Register’ button will also get same borders when adding to Search & Filter buttons?

    2. I want to increase the font size of ‘SALE’ icon (SALE 40% OFF).

    #1656016
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce button.button,
    #right-sidebar button {
      border: 2px solid #fff !important;
    }
    #1656773
    Juned

    🙂 Thanks.

    Did you missed my 2nd point?

    Regards,

    Juned

    #1656818
    David
    Staff
    Customer Support

    Oh yeah… try this CSS:

    .woocommerce span.onsale {
        font-size: 20px;
    }
    #1657390
    Juned

    Hi,

    I tried to paste at Simple CSS and at Additional CSS also, but no results. Please suggest further

    #1657443
    Leo
    Staff
    Customer Support

    I don’t see David’s CSS being added.

    It worked when I tested it using the inspector tool here:
    https://www.screencast.com/t/Eu5AhbIsWj

    #1657923
    Juned

    Hi,

    It’s added. But there’s no changes. Pls guide me what I am missing?

    #1657926
    David
    Staff
    Customer Support

    The CSS i provided applies to the Single Product.
    To change the archive sale notice use:

    .woocommerce ul.products li.product .onsale {
        font-size: 20px !important;
    }
    #1657932
    Juned

    So I have to add both the above CSS?

    #1657971
    David
    Staff
    Customer Support

    If you need them both.
    The first is for the single product.
    The second is for the product archives. So you can change them independently.

    #1657977
    Juned

    Thanks a lot.

    GP is awesome.

    #1658229
    David
    Staff
    Customer Support

    Glad to be of help.

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