Advertisement
Guest User

Custom CSS Does Not save all CSS Entries

a guest
Dec 3rd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. /*
  2. Welcome to Custom CSS!
  3. To learn how this works, see http://wp.me/PEmnE-Bt
  4. */
  5.  
  6. /*GLOBAL*/
  7. h3 {
  8. font-size: 20px !important;
  9. }
  10.  
  11. hr {
  12. background-color: #d2d2d2 !important;
  13. }
  14.  
  15. /*--HEADER--*/
  16. /* -- CLOSE BKGRD COLOR --
  17. .header-container {
  18. background-color: #ED1E26 !important;
  19. }
  20. ---*/
  21. .header-top {
  22. background-color: #32373C !important;
  23. }
  24.  
  25. .header-bottom {
  26. /*main menu panel strip*/
  27. padding-top: 18px;
  28. background: #32373c;
  29. /* Old browsers */
  30. background: linear-gradient(to bottom,#32373c 0%,#756b62 100%);
  31. /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  32. border: 2px solid #ED1E26 !important;
  33. border-width: 2px 0;
  34. }
  35.  
  36. .header-top_text {
  37. font-size: 18px !important;
  38. font-weight: bold;
  39. color: #FFFFFF !important;
  40. }
  41.  
  42. .header-middle > div {
  43. background-color: transparent !important;
  44. }
  45.  
  46. /*BKGRD IMAGE CLOSED FOR NOW--
  47. .header-middle-content {
  48. background: transparent url(/wp-content/uploads/2016/11/hbc-helping-ho.png") no-repeat 97.5% 80px !important;
  49. }
  50. --*/
  51. .header-bottom-content {
  52. background-color: transparent;
  53. }
  54.  
  55. .header_search {
  56. background-color: transparent !important;
  57. }
  58.  
  59. .header_woo_content {
  60. display: none;
  61. }
  62.  
  63. .shopping-cart.shopping-cart-wrapper {
  64. display: none;
  65. }
  66.  
  67. /*TOP MAIN MENU*/
  68. ul.sub-menu li.menu-item {
  69. border-bottom: 2px dotted #D2D2D2;
  70. }
  71.  
  72. #header .nav {
  73. border-color: #DFD407 !important;
  74. border-bottom-color: #DFD407 !important;
  75. border-top-width: 1px;
  76. border-bottom-width: 1px;
  77. background: none !important;
  78. background-color: #ED1E26 !important;
  79. }
  80.  
  81. /*MOBILE TOP MENU*/
  82. @media screen and (max-width: 767px) {
  83. wd_vertical_menu, .wd-fly-menu {
  84. background-color: #FFFFFF !important;
  85. }
  86. }
  87.  
  88. /*BOTTOM - WIDGET - MENU*/
  89. ul.xoxo.alpha li#nav_menu-7 div.widget_title_wrapper h3.widget-title {
  90. padding-top: 8px;
  91. font-size: 12px !important;
  92. color: #FFFFFF;
  93. }
  94.  
  95. ul.xoxo ul.sub-menu li.menu-item-717, ul.xoxo ul.sub-menu li.menu-item-716 {
  96. border-width: 0;
  97. }
  98.  
  99. ul.sub-menu {
  100. padding: 1px 2px !important;
  101. }
  102.  
  103. /*--HOME PAGE--*/
  104. .item.animate {
  105. display: block;
  106. width: 100%;
  107. }
  108.  
  109. .static-block-ads {
  110. margin: auto !important;
  111. width: 95%;
  112. text-align: center;
  113. }
  114.  
  115. .one_fourth_mod {
  116. display: inline-block;
  117. width: 100%;
  118. border: 1px solid #D0D0D0;
  119. border-width: 0 1px 1px;
  120. }
  121.  
  122. @media screen and (min-width: 200px) and (max-width: 349px) {
  123. .shortcode_wd_banner_inner {
  124. padding: 113px 20px 10px !important;
  125. }
  126.  
  127. .banner-sub-title {
  128. border-bottom: 1px solid #fff;
  129. }
  130.  
  131. .heading-title.banner-title {
  132. font-size: 24px !important;
  133. }
  134. }
  135.  
  136. @media screen and (min-width: 350px) and (max-width: 520px) {
  137. .shortcode_wd_banner_inner {
  138. padding: 133px 20px 10px !important;
  139. }
  140. }
  141.  
  142. /*--AD IMAGES--*/
  143. .adImage-fix {
  144. margin: 10px auto !important;
  145. }
  146.  
  147. /*--LEFT & RIGHT SIDE WIDGET AREA--*/
  148. .leftSide-Ad {
  149. text-align: center;
  150. }
  151.  
  152. .widget_title_wrapper h3 {
  153. border: 0 solid #EBEBEB !important;
  154. text-align: center !important;
  155. }
  156.  
  157. .widget-Ad {
  158. margin-bottom: 25px;
  159. text-align: center;
  160. font-size: 13px;
  161. border: 1px solid #D0D0D0;
  162. border-width: 0 1px;
  163. }
  164.  
  165. .Ad-title {
  166. font-size: 17px;
  167. text-align: center;
  168. margin-bottom: 2px;
  169. }
  170.  
  171. /*--BLOG--*/
  172. /*--FEATURED IMAGE RESIZE--*/
  173. /*
  174. .image {
  175. max-width: 40% !important;
  176. height: auto !important;
  177. }
  178. @media screen and (min-width: 380px) and (max-width: 585px) {
  179. .image {
  180. max-width: 85% !important;
  181. height: auto !important;
  182. }
  183. }
  184. @media screen and (min-width: 200px) and (max-width: 379px) {
  185. .image {
  186. max-width: 95% !important;
  187. height: auto !important;
  188. }
  189. }
  190. */
  191. .page-title {
  192. border-bottom: 1px solid #000;
  193. }
  194.  
  195. .wpt_title:after {
  196. margin-left: 7px;
  197. content: url(/wp-content/uploads/2016/11/external-link.png);
  198. }
  199.  
  200. /*IMAGE SLIDER-MOBILE FIX & BRAND LOGO MODS*/
  201. @media screen and (max-width: 550px) {
  202. a.nivo-prevNav, a.nivo-nextNav {
  203. width: 50% !important;
  204. height: auto;
  205. }
  206. }
  207.  
  208. /*FEATURED PRODUCT SHORTCODE SLIDER*/
  209. .product.product-type-simple * {
  210. margin: 0 auto !important;
  211. text-align: center !important;
  212. }
  213.  
  214. /*PAGES*/
  215. .accordion-heading a::after {
  216. display: inline-block;
  217. content: "\27A4";
  218. transform: rotate(90deg);
  219. color: red;
  220. }
  221.  
  222. div.shoplink-panel {
  223. display: inline-block;
  224. background-color: #EE1C25;
  225. padding: 0 15px;
  226. margin: 40px auto;
  227. border-radius: 12px;
  228. }
  229.  
  230. div.shopIcon_Wrap {
  231. display: inline-flex;
  232. justify-content: center;
  233. align-items: center;
  234. flex-wrap: wrap;
  235. width: 100%;
  236. margin: 0 auto;
  237. height: auto;
  238. background-color: #ffffff;
  239. border: 1px solid #000000;
  240. }
  241.  
  242. a span.shopHBC::after {
  243. position: relative;
  244. content: '\25b6';
  245. font-size: 24px;
  246. top: 2px;
  247. left: 4px;
  248. color: red;
  249. }
  250.  
  251. div.shopIcon_Wrap a {
  252. display: block;
  253. width: 100%;
  254. height: 100%;
  255. }
  256.  
  257. span.shopHBC {
  258. width: 100%;
  259. font-size: 26px;
  260. line-height: 28px;
  261. height: 100px;
  262. border-bottom: 1px solid #d2d2d2;
  263. }
  264.  
  265. @media screen and (max-width: 384px) {
  266. span.shopHBC {
  267. margin-top: auto;
  268. width: 100%;
  269. height: 100%;
  270. }
  271. }
  272.  
  273. div.shopIcon_Wrap div {
  274. display: flex;
  275. justify-content: center;
  276. align-items: center;
  277. padding: 0;
  278. margin: 5px;
  279. text-align: center;
  280. border: 0 dotted black;
  281. }
  282.  
  283. @media screen and (max-width: 384px) {
  284. div.shopIcon_Wrap div {
  285. width: auto;
  286. }
  287. }
  288.  
  289. div.shopIcon_Wrap div img {
  290. display: block;
  291. margin: 0;
  292. border: 0 dotted black;
  293. }
  294.  
  295. /*--FOOTER--*/
  296. /*WIDGETS HIDDEN IN PHONE DISPLAY*/
  297. .hidden-phone {
  298. display: block !important;
  299. }
  300.  
  301. /*--payment & shipping icon block--*/
  302. .payment, .service {
  303. display: none;
  304. }
  305.  
  306. .confit-address a::after {
  307. position: relative;
  308. left: 5px;
  309. content: url(/wp-content/uploads/2016/11/map-pointer-icon.png");
  310. }
  311.  
  312. .confit-hours {
  313. line-height: 15px;
  314. }
  315.  
  316. .footerPaymt figure {
  317. display: block;
  318. padding: 10px 7px;
  319. }
  320.  
  321. .third-footer-area {
  322. border-bottom: 2px solid #ED1E26;
  323. }
  324.  
  325. .fourth-footer-widget-area, .fifth-footer-area {
  326. background-color: #32373C;
  327. }
  328.  
  329. .fourth-footer-widget-area > .container {
  330. background-color: #32373C;
  331. }
  332.  
  333. .fourth-footer-widget-area > .container li a, .fifth-footer-area > .container p, .fifth-footer-area > .container a {
  334. color: #FFFFFF !important;
  335. }
  336.  
  337. .fifth-footer-area > .container {
  338. background-color: #32373C;
  339. }
  340.  
  341. #fwdLogo a {
  342. text-decoration: underline;
  343. }
  344.  
  345. #fwdLogo:after {
  346. position: relative;
  347. top: 7px;
  348. left: 3px;
  349. content: url(/wp-content/uploads/2016/10/footer-fwd-logo-sml.png);
  350. }
  351.  
  352. /*--MISC--*/
  353. /*LIGHTBOX QUICKSHOP CLOSE X FIX*/
  354. .pp_close {
  355. top: 7px !important;
  356. right: 7px !important;
  357. font-size: 18px !important;
  358. border: 1px solid #869398 !important;
  359. }
  360.  
  361. /*READ MORE TAG*/
  362. .readMore-tag {
  363. display: inline-block;
  364. padding: 10px;
  365. text-align: center;
  366. color: #FF0000 !important;
  367. border: 1px solid #D2D2D2;
  368. }
  369.  
  370. .readMore-tag:hover {
  371. display: inline-block;
  372. padding: 10px;
  373. background-color: #ED1E26;
  374. border-color: #FFCA08;
  375. color: #FFFFFF !important;
  376. border: 1px solid #D2D2D2;
  377. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement