webpros

CSS Tutorial Header

Apr 17th, 2019
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. /*ARREGLOS ADICIONALES TUTORIAL HEADER*/
  2. .ast-theme-transparent-header .ast-above-header{
  3. background-color: #00c2ff; /*AQUI SELECCIONAS EL COLOR DE FONDO DE LA CABECERA FIJA*/
  4. }
  5.  
  6. .ast-site-header-cart .widget_shopping_cart, .ast-site-header-cart .widget_shopping_cart a {
  7. color:black!important; /*AQUI SELECCIONAS EL COLOR DE DEL TEXTO DENTRO DEL AVISO DEL CARRITO*/
  8. }
  9.  
  10. .ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after {
  11. color:white;
  12. border-color:white; /*AQUI SELECCIONAS EL COLOR DEL ICONO DE WOOCOMMERCE*/
  13. }
  14.  
  15. .astra-megamenu-li ul a {
  16. padding-left: 0px!important;
  17. color:white!important; /*AQUI PUEDES REEMPLAZAR WHITE POR EL COLOR QUE QUIERAS PARA LOS ENLACES DENTRO DEL MEGAMENU*/
  18. }
  19.  
  20. @media (max-width: 544px) {
  21. .ast-primary-sticky-header-active .button-custom-menu-item {
  22. margin-top:-6px;
  23. }
  24. }
  25.  
  26. .astra-megamenu-li ul a.elementor-icon {
  27. display:inline-block!important;
  28. width:auto!important;
  29. padding:5px!important;
  30. }
  31.  
  32. .astra-megamenu-li ul .elementor-button-wrapper a {
  33. padding:15px!important
  34. }
  35.  
  36. .astra-megamenu-li .elementor-text-editor {
  37. line-height:1.5em!important
  38. }
  39.  
  40. .astra-megamenu-li ul a:before {
  41. content: none!important;
  42. }
  43.  
  44. .ast-header-break-point .main-navigation ul .astra-megamenu-li ul a {
  45. border-bottom:0px!important;
  46. }
  47.  
  48. .ast-header-break-point .ast-above-header-section-2 {
  49. padding-top: 0;
  50. padding-bottom: 0;
  51. }
  52. /*FIN ARREGLOS ADICIONALES TUTORIAL HEADER*/
Add Comment
Please, Sign In to add comment