Home Forums Themes Support Claue Align center

Viewing 5 reply threads
  • Author
    Posts
    • #43042

      https://adikkt.com/fashion/men/

      Here, I want to align all text centered.
      https://prnt.sc/w3Cl9qoZ3a6y

       

      Thank You

    • #43046

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-info.mt__15 {
      	text-align: center;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #43063

      Also, I want the Brand name to be capitalized and bold. Other part will not be bold and/or capitalize.

    • #43064

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .pw_brand_product_list a {
      	text-transform: uppercase;
      	font-weight: bold;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #43065

      Thank you. They work.

      One more modification on this block. How do I select a specific fond for all text on product-info mt__15. So title, brand, price, etc will be the same font.

      THank you

    • #43068

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-info.mt__15 {
      	font-family: Poppins;
      }

      and change Poppin with your font

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.