diff --git a/styles/css/vtex.breadcrumb.css b/styles/css/vtex.breadcrumb.css new file mode 100644 index 0000000..b4ad530 --- /dev/null +++ b/styles/css/vtex.breadcrumb.css @@ -0,0 +1,39 @@ +.termArrow, +.term { + display: none; +} + +.homeLink { + visibility: hidden; + position: relative; + margin-right: 15px; +} + +.homeLink::after { + visibility: visible; + display: block; + content: "Home"; + font-size: 16px; + position: absolute; + top: 18%; +} + +.link--1 { + font-size: 0; +} + +.link--1::after { + display: block; + content: "Sapatos"; + font-size: 16px; +} + +.link--2 { + font-size: 0; +} + +.link--2::after { + display: block; + content: "Sandálias"; + font-size: 16px; +} diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index f8fa6cb..accae94 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -9,4 +9,12 @@ /* Grid breakpoints */ .newsletter { background: red; -} \ No newline at end of file +} + +.caretIcon { + display: none; +} + +.swiper-pagination { + display: none; +}