app/template/default/Block/vd_customize_css.twig line 1

Open in your IDE?
  1. <style type="text/css">
  2. {% block stylesheet %}
  3. .h002_01 .dropdown-toggle::after {
  4.     content: none;
  5. }
  6. .ec-layoutRole__footer{
  7.     margin-top:60px;
  8. }
  9. .ec-blockTopBtn{
  10.     display: none !important;
  11.     
  12. }
  13. {% endblock %}
  14. </style>