Tagged: woocommerce buttons
-
AuthorPosts
-
June 27, 2017 at 2:55 am #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!
EvelinaJune 28, 2017 at 3:17 pm #813861Hey z_evelina,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 28, 2017 at 10:10 pm #814120Hi Victoria,
Details below.
Thank youJune 29, 2017 at 2:46 pm #814495Hi 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,
VictoriaJune 30, 2017 at 11:54 pm #815204Thank you!, Victoria! Now the text fits and the color is white. Is there a way to remove the underline below the words?
July 5, 2017 at 10:25 pm #816906Hi,
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,
BasilisJuly 6, 2017 at 12:00 am #816940Thank you Basilis, however, it still has the words underlined.
July 6, 2017 at 7:09 pm #817449Hi,
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,
VictoriaJuly 6, 2017 at 11:32 pm #817536Thank you!
July 7, 2017 at 7:01 am #817640 -
AuthorPosts
- You must be logged in to reply to this topic.