Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #813278

    Hi,
    I have a woocommerce shopping card widget on the sidebar, and can’t get the buttons to fit the word “checkout” and be the same size.
    They also differ from other buttons – could you please advise what to change so the text would be white and not underlined.
    Thank you very much!
    Evelina

    #813861

    Hey z_evelina,

    Could you please give us a link to your website, we need more context to be able to help you.
    Best regards,
    Victoria

    #814120

    Hi Victoria,
    Details below.
    Thank you

    #814495

    Hi z_evelina,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
      min-height:50px;
      color: #fff !important;
      padding: 15px 5px;
      font-size: 14px !important;
      word-wrap: break-word;
    }
    .inner_sidebar{
    margin-left:10px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #815204

    Thank you!, Victoria! Now the text fits and the color is white. Is there a way to remove the underline below the words?

    #816906

    Hi,

    div .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
    min-height:50px;
    color: #fff !important;
    font-style: none !important;
    padding: 15px 5px;
    font-size: 14px !important;
    word-wrap: break-word;
    }

    Best regards,
    Basilis

    #816940

    Thank you Basilis, however, it still has the words underlined.

    #817449

    Hi,

    Here is what the code I gave you should look like, you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
      min-height:50px;
      color: #fff !important;
      padding: 15px 5px;
      font-size: 14px !important;
      word-wrap: break-word;
      text-decoration: none !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #817536

    Thank you!

    #817640

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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