Home Forums Themes Support Claue CSS problem

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #27363

      In home page.

      http://prntscr.com/lr9nag

      To change the text i have used this css

      .shopdesigner .fontuse h3, .pa .tc {
      font-family: “Oswald” !important;
      font-weight: 700;
      font-size: 20px;
      color: black;
      background-color: white;
      padding-top: 0px;
      padding-bottom: 0px;
      }

      But it changed this as well

      http://prntscr.com/lr9omc

    • #27377

      Hi,

      Please change code to

      .shopdesigner .fontuse h3 {
      font-family: “Oswald” !important;
      font-weight: 700;
      font-size: 20px;
      color: black;
      background-color: white;
      padding-top: 0px;
      padding-bottom: 0px;
      }

      Regards

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

    • #27423
      This reply has been marked as private.
    • #27433

      Hi,

      Please change code to

      .shopdesigner .fontuse h3 {
      font-family: "Oswald" !important;
      font-weight: 700;
      font-size: 20px;
      color: black;
      background-color: white;
      padding-top: 0px;
      padding-bottom: 0px;
      }

      The issue because character ” ” convert to other format.

      Regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.