Advertisement
FrozenZuke

richsego

May 23rd, 2023 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. .site-header .top-bar-menu {
  2. background-color: #1A2B5E;
  3. }
  4. .woocommerce-bar {
  5. background-color: #1A2B5E;
  6. }
  7. body {
  8. background-color: #080B24;
  9. }
  10. .site-title-logo {
  11. color: white;
  12. }
  13. .primary-menu-container {
  14. color: white;
  15. }
  16. .header-search-icon {
  17. display:none;
  18. }
  19. .content-wrap-main article {
  20. border: 0px solid #efefef;
  21. }
  22. .footer-bottom {
  23. background-color: #1A2B5E;
  24. }
  25. p, h1, h2 {
  26. color: #ffffff;
  27. }
  28.  
  29. @font-face {
  30. font-family: 'Bitcheese';
  31. src: url("/fonts/Bitcheese.ttf");
  32. font-weight:400;
  33. }
  34. .site-title {
  35. font-family: 'Bitcheese';
  36. font-style: normal;
  37. }
  38. .search.search-no-results h1 {
  39. color: #5570c3;
  40. }
  41. .copy-right {
  42. display: none;
  43. }
  44. .main-menu-modal {
  45. background-color: #1A2B5E;
  46. }
  47. .mobile-navigation {
  48. background-color: rgba(0,0,0,0.0);
  49. }
  50. .cart-contents {
  51. fill: white;
  52. }
  53.  
  54. .woocommerce-store-notice.demo_store a {
  55. color: black;
  56. }
  57.  
  58. .woocommerce-store-notice.demo_store {
  59. padding-top: 10px;
  60.  
  61. }
  62.  
  63. .categories-dropdown-menu {
  64. box-shadow: none;
  65. }
  66.  
  67. .woocommerce ul.products li.product {
  68. box-shadow: none;
  69. border: 2px solid white;
  70. border-radius: 25px;
  71. }
  72. .woocommerce ul.products li.product a img {
  73. border-radius: 25px 25px 0px 0px;
  74. }
  75.  
  76. .woocommerce ul.products li.product .price, .widget li .woocommerce-Price-amount {
  77. color: ffffff;
  78. }
  79.  
  80. .woocommerce-mini-cart__empty-message {
  81. color: black;
  82. }
  83.  
  84. .categories-dropdown-menu li a {
  85. color: black;
  86. }
  87.  
  88. .single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  89. display: none;
  90. }
  91.  
  92. .woocommerce .woocommerce-ordering select {
  93. background-color: #ffffff;
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement