Created
November 28, 2017 09:48
-
-
Save calvez/8857cb2830e6b4b684c3b39eb6119acb to your computer and use it in GitHub Desktop.
asztronauta css módosításai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Itt adhatunk meg saját CSS kódot. | |
Kattintsunk a fenti segítség ikonra a további információkhoz. | |
*/ | |
.widget_shopping_cart .total, .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, .cart_totals table .cart-subtotal th, .cart_totals table .order-total th, .shop_table thead th, .cmsmasters_single_product .product_meta a, .cmsmasters_product .cmsmasters_product_title a, .cmsmasters_product_cat a, .woocommerce-info, .woocommerce-message, .woocommerce-error li, #page .remove, .cmsmasters_woo_wrap_result .woocommerce-result-count, .cmsmasters_product .cmsmasters_product_cat, .shop_attributes th, .shop_table .product-name a, ul.order_details strong, .widget_layered_nav ul li, .widget_layered_nav ul li a, .widget_layered_nav_filters ul li, .widget_layered_nav_filters ul li a, .widget_product_categories ul li, .widget_product_categories ul li a, .widget > .product_list_widget a, .widget > .product_list_widget .amount, .widget_shopping_cart .cart_list a, .widget_shopping_cart .cart_list .quantity .amount, .widget_price_filter .price_slider_amount .price_label { | |
color: #3c3834; | |
font-weight: 600; | |
font-family: 'Roboto', sans-serif; | |
} | |
.navigation .menu-item-mega-container>ul>li>a .nav_title, | |
.navigation>li>a, | |
.footer_nav>li>a { | |
font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; | |
font-size: 14px; | |
line-height: 24px; | |
font-weight: normal; | |
font-style: normal; | |
text-transform: uppercase; | |
letter-spacing: 0.156em; | |
} | |
.product .sku_wrapper { | |
display: none !important; | |
} | |
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb { | |
display: block; | |
width: 182px !important; | |
margin: 10px 10px 0 0; | |
position: relative; | |
text-align: center; | |
float: left; | |
} | |
#billing_address_2, | |
#shipping_address_2 { | |
display: none; | |
} | |
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb { | |
display: block; | |
width: 48% !important; | |
margin: 1%; | |
position: relative; | |
text-align: center; | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment