Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1416737

    I’ve been trying to change the attribute Bold or Strong to the same color of #000. I’ve set in Advanced Settings for <strong and set the following in Quick CSS to get the body text to act properly (don’t understand why this is not the case out of the box..):

    strong {
    color:#000 !important;
    }

    /* Set all links bold*/

    .avia_textblock a {
    font-weight: bold;
    }

    However, how do I set this for WooCommerce products?
    http://staging.klemcoll.com/product/the-eye-of-klemantaski/

    Thanks.

    #1416744

    Hey hostworks,

    Please try this CSS as well:

    .main_color b {
      color:#000;
    }

    Best regards,
    Rikard

    #1416785

    Thanks Rikard, that did the trick for me! You can close this item.

    #1416826

    Hi,

    Great! Glad to know that @Rikard was able to help. Please feel free to open another thread if you have further questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can’t change bold color to black on WooCommerce product items’ is closed to new replies.