Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #646299

    Howdy,

    I’d like to change the product title text color on the Shop Home from the default gray to another color.

    I found this short-code in the threads but it does not work:

    .inner_product_header_cell h3 {
    color: #00afef!important;
    }

    It would also be able great to increase either the weight (like a bold) or the text size of the product title text.

    Thanks!

    #646314

    Hey raisonbrands,

    That’s the correct CSS code please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_product_header_cell h3{
         color:#00afef!important;
      }
    

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.