• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 29.03.19, 17:13
  • Opened by: Pavel Ustinov
  • Closed by: Marek
  • Closed on: 01.05.19, 15:49
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14115 - Hide H2 class and position left breadcrumbs

How to hide the headers on the pages of new products and goods at a discount?

<h2 class="h2">New products</h2>
<h2 class="h2">ON SALE</h2>

How to change position breadcrumbs? Is it right solution?

.main-content #content .page-width, #pattern .page-width .page-width {
    width: 100%;
    **display: flex;**
}

Comments

Marek 30 Mar 2019, 13:40

Hi, Pavel.
Try following CSS:

body .breadcrumb ol {text-align:left}
#new-products #main > .h2, #prices-drop #main > .h2 {display:none}