Advertisement
Guest User

css handelsbuero

a guest
May 5th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. /*
  2. Theme Name: Flatsome Child Theme
  3. Theme URI: http://flatsome.uxthemes.com/
  4. Description: This is a child theme for Flatsome
  5. Author: UX Themes
  6. Author URI: http: //www.uxthemes.com/
  7. Template: flatsome
  8. Version: 2.2
  9. */
  10.  
  11. @import url("../flatsome/css/foundation.css?v=2.2");
  12.  
  13. /*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
  14.  
  15. /*General customization font etc. */
  16. body
  17. {
  18. color: #000; }
  19.  
  20. .ux-box-image { border-radius:0!important };
  21. .pricing-table { font-size: 1em!important };
  22. .ul.header-nav li .nav-dropdown a:hover { color:#000!important };
  23. .dark p { text-color: #fff!important; }
  24.  
  25. div {}
  26. .team-member .ux-box-image{
  27. max-width: 300px;
  28. margin-left: auto!important;
  29. margin-right: auto!important;
  30. }
  31.  
  32. /*To remove Sorting drop down in WooCommerce */
  33. .orderby { display: none !important; }
  34. .woocommerce-ordering custom { display: none!important; }
  35. .woocommerce-result-count { display: none!important; }
  36. .orderby { display: none !important; }
  37.  
  38. /*WooCommerce Remove Product Image - Styling */
  39. .woocommerce-page #content div.product div.summary { width:100%; }
  40. .product-gallery { width: 100%; }
  41. .product-gallery { display: none!important; }
  42.  
  43. /*WooCommerce Remove Cart Product Thumbnail- Styling */
  44. .product-thumbnail { display: none!important; }
  45.  
  46. /*WooCommerce Coupon Styling */
  47. .checkout_coupon { display: block !important; }
  48. .showcoupon { display: none; }
  49.  
  50. /*WooCommerce AddOn Address Fields short */
  51. form.checkout .select2-container .select2-choice{width: 30%}
  52.  
  53. form.checkout input[type="text"], form.checkout input[type="password"], form.checkout input[type="date"], input[type="datetime"], inputform.checkout [type="datetime-local"], form.checkout input[type="month"], form.checkout input[type="week"], input[type="number"], form.checkout input[type="search"], form.checkout textarea{
  54. width: 30%;
  55. margin-bottom:0
  56. }
  57.  
  58. #billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field {
  59. padding-right: 0;
  60. width: 100%;
  61. }
  62.  
  63. /*Digital Product Display None */
  64. .wgm-digital-checkout-notice { display: none; }
  65.  
  66. /*Digital Product Notice Display None */
  67. .wgm-virtual-notice { display: none; }
  68.  
  69. /*Price Table Display None Price */
  70. .page-id-57 .price { display: none; } .cta-button { display: none; } .title { display: none; } .text-center {
  71. text-align: left !important; }
  72.  
  73. /*Price Table Display None Price */
  74. .page-id-60 .price { display: none; } .cta-button { display: none; } .title { display: none; } .text-center {
  75. text-align: left !important; }
  76.  
  77. /*Price Table Display None Price */
  78. .page-id-63 .price { display: none; } .cta-button { display: none; } .title { display: none; } .text-center {
  79. text-align: left !important; }
  80.  
  81. /*Rezensionen nach links */
  82. .tabbed-content .testimonial_text {
  83. padding-left: 0;
  84. }
  85.  
  86. /*Contact Form 7 Checkboxes untereinander */
  87. span.wpcf7-list-item { display: table-row; }
  88. span.wpcf7-list-item * { display: table-cell; }
  89.  
  90. .wpcf7 input[type="text"],
  91. .wpcf7 input[type="email"],
  92. .wpcf7 textarea
  93. {
  94. background-color: #fff;
  95. color: #000;
  96. width: 50%;
  97. }
  98.  
  99. .wpcf7 textarea
  100. {
  101. background-color: #fff;
  102. color: #000;
  103. width: 50%;
  104. height: 200px;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement