Home Forums WoodMart support forum Add to cart button line height Reply To: Add to cart button line height

#41383

Artem Temos
Keymaster

Here is a custom CSS for these questions

/* sticky header menu */

.sticky-header .site-logo {
	display: none;
}

body .sticky-header .main-nav {
	padding-left: 0;
}

/* search color scheme */

body .header-color-light .widgetarea-head .searchform input[type=text] {
    border-color: rgba(255,255,255,0);
    color: #000;
}

body .searchform ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6)!important; }
body .searchform  ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6)!important; }
body .searchform   :-moz-placeholder {
    color: rgba(0, 0, 0, 0.6)!important; }
body .searchform :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)!important; }

/* Border radius */
.dropdown-cart,
.menu-item-register .sub-menu-dropdown {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}