Advertisement
oscarviedma

Estilos generales CSS para el mega meni

Dec 4th, 2020
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. .mostrar-menu-mega {
  2.   visibility: visible !important;
  3.   opacity: 1 !important;
  4. }
  5.  
  6. .ov-mega a:after {
  7.   font-family: etmodules;
  8.   font-size: 18px;
  9.   content: '\33';
  10.   position: absolute;
  11.   padding-left: 3px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement