Okay
  Public Ticket #1703839
Woocommerce Description
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    Is there a way to make the description, additional info and review fonts larger/bold on the single product pages?

  •  3,030
    Andrew replied

    Hi Sanjay,

    Could you try the following CSS:

    .woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a{
      font-weight:bolder !important;
      font-size:20px;
    }
    div.panel.entry-content p{
      font-weight:bolder;
      font-size:20px;
    }
    

    add to salient \ general settings - css script related - custom css code.

    Adjust it to what you need.
    Hope this helps.

  •  21
    Sanjay replied

    Hi, it doesn't seem to be working...

  •  21
    Sanjay replied

    It's now working as I turned off the option in salient to move the dynamic sheet into external sheet. Thanks for your help!

  •  75
    Scott replied

    i'm glad to hear that.

    Thanks

    Themenectar Support Team