Okay
  Public Ticket #1819087
Woocommerce boutique page
Closed

Comments

  •  1
    lamia started the conversation

    Hello,

    How can i customize the look of my boutique page to make it identical to my homepage?

    I mean i want to remove the black stripes on my categories pictures and be able to add a personalized title ( see attatched)

    how can i do that?

    Thanks

  •  1
    lamia replied

    Oh and also, how can i justify a text in text block?

  •  1,559
    Laborator replied

    Hi there,

    It is not possible to have the same look as in the homepage as there you are using custom fonts while here you cannot use custom fonts but I have tried to replicate it, add the following CSS to Custom CSS:

    .woocommerce .products.shop-categories .product-category a .woocommerce-loop-category__title, 
    .woocommerce .products.shop-categories .product-category a h3 {
      background: transparent;
      color: #000;
        font-size: 25px;
        color: #7f7f7f;
        text-align: center;
        font-family: Parisienne;
        font-weight: 400;
        text-transform: none;
        font-style: italic !important; 
        font-style: normal;
        padding-top: 20px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group