Advertisement
Guest User

Extra CSS

a guest
Feb 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.89 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Poppins');
  2.  
  3.  
  4. /* STOREFRONT */
  5. .storefront-primary-navigation {
  6.     background-color: #3eddc8;
  7. }
  8.  
  9.  
  10. /* GLENN CUSTOM */
  11. .glenn-nav-submenu-button {
  12.     background-color: #3eddc8;
  13. }
  14.  
  15. .features-link
  16. a {
  17.     font-style: normal;
  18.     color: #eeeeee;
  19. }
  20.  
  21. .features-icon
  22. i {
  23.     color: #eeeeee;
  24.     border-radius: 100%;
  25.     border-style: solid;
  26.     border-width: 2px;
  27.     display: inline-block;
  28.     font-size: 25px;
  29.     padding: 15px;
  30. }
  31.  
  32. .features-title {
  33.     font-size: 75px;
  34.     color:#FFF;
  35.     text-align: center;
  36.     font-family: Poppins;
  37.     font-weight: 600;
  38.     font-style: normal;
  39.     text-transform: none;
  40. }
  41.  
  42. .features-header {
  43.     color:#FFF;
  44.     text-align: center;
  45.     font-family: Poppins;
  46.     font-weight: 600;
  47.     font-style: normal;
  48.     text-transform: none;
  49.     padding-top: 10px;
  50. }
  51.  
  52. .features-text {
  53.     color:#FFF;
  54.     text-align: center;
  55.     font-family: Poppins;
  56.     font-weight: normal;
  57.     font-style: normal;
  58.     text-transform: none
  59. }
  60.  
  61. .features-column {
  62.     margin-left: 50px;
  63.     margin-right: 50px;
  64. }
  65.  
  66. .features-border {
  67.     border-width: 1px;
  68.     border-style: solid;
  69.     border-color: #eeeeee;
  70.     border-radius: 25px;
  71.     padding-top: 25px;
  72.     padding-bottom: 25px;
  73. }
  74.  
  75. .features-border:hover {
  76.     background-color: #3eddc8;
  77. }
  78.  
  79. .features-background {
  80.     background-image: url( 'https://raw.githubusercontent.com/Codeinwp/gutenberg-templates/master/assets/images/1.jpg');
  81.     background-attachment: scroll;
  82.     background-position: center;
  83.     background-repeat: repeat;
  84.     background-size: cover;
  85.     border-width: 0px;
  86.     border-style: solid;
  87.     border-color: #000000;
  88.     border-radius: 0px;
  89.     justify-content: unset;
  90.     padding-bottom: 100px;
  91. }
  92.  
  93. .features-column-wrap {
  94.     margin-left: 20%;
  95.     margin-right: 20%;
  96. }
  97.  
  98.  
  99. /* CONTACT FORM 7 */
  100. .wpcf7 {
  101.         text-align: left;
  102. }
  103.  
  104. .wpcf7 input[type="text"],
  105. .wpcf7 input[type="email"],
  106. .wpcf7 input[type="tel"]
  107. .wpcf7 textarea
  108. {
  109.     color: #000;
  110.     width: 98%;
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement