Support » Plugin: Ultimate Product Catalog » Changing Custom Field Tags — CSS Question

Viewing 1 replies (of 1 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    It would depend on the elements you’re looking to change. For example:

    .prod-page-custom-field-label-div {
      color: #FFFFFF;
      font-size: 125%;
    }

    would change the font color to white, and increase the size of text 25% for custom field labels. For other element selectors, you can right click on the element you’re looking to change and then select “inspect element” from the dropdown list.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Custom Field Tags — CSS Question’ is closed to new replies.