test

Tagged: , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • nsca Friend
    #931786

    Solved!

    Just changed CSS file:

    .productdetails-view .vm-product-details-container .product-fields {
        color: #3C948B;
        opacity: 0.5;
     }

    to

    .productdetails-view .vm-product-details-container .product-fields {
      color: #3c948b;
      z-index:99;
    }

    In templates/css/extras/com_virtuemart.css
    or
    templates/css/themes/yourtheme/extras/com_virtuemart.css

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  nsca 8 years, 6 months ago.

The topic ‘Problem with CSS in VM Custom Fields’ is closed to new replies.