Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • osola Friend
    #189215

    How can I eliminate the Rating option in featured products? I will not use this option in my web and I deactivated in Shopfront bakend but already exist in Fatured products as you can see in attached image.

    Tanks!

    Oriol SolĂ 


    1. rating
    Ninja Lead Moderator
    #500226

    You can deactivate it by this way

    Open templates/ja_hawkstore/css/vmsite-ltr.css file

    From

    .vmgroup .vmproduct.productdetails span.vote {
    color: #aaa
    display: block;
    margin-top: 5px;
    }

    Change to

    .vmgroup .vmproduct.productdetails span.vote {
    color: #aaa
    display: block;
    margin-top: 5px;
    display: none;
    }

    lg21 Friend
    #897865

    i have some problem, but my file vmsite-ltr.css is empty

    Ninja Lead Moderator
    #898174

    i have some problem, but my file vmsite-ltr.css is empty

    With JA Hawkstore new version, vmsite-ltr.css file moved to themes folder and you can find them from

    templates/ja_hawkstore/css/themes/red/vmsite-ltr.css
    templates/ja_hawkstore/css/themes/blue/vmsite-ltr.css
    templates/ja_hawkstore/css/themes/green/vmsite-ltr.css
    templates/ja_hawkstore/css/themes/violet/vmsite-ltr.css
    templates/ja_hawkstore/css/themes/yellow/vmsite-ltr.css
    lg21 Friend
    #901137

    templates / ja hawkstore / css / vmsite-ltr.css is empty
    I use the defaul template with orange, where trovoil files?

    Ninja Lead Moderator
    #901152

    By default theme, you can see all the CSS style of com_virtuemart from templates/ja_hawkstore/css/extras/com_virtuemart.css file

    lg21 Friend
    #901174

    I found the file, change the code as you suggested, but the result does not change


    1. ninja
    Ninja Lead Moderator
    #901623

    @lg21: This way will help you to deactivate it

    Create templates/ja_hawkstore/css/custom.css file and add new CSS style

    .ratingbox,.productdetails-view .spacer-buy-area > .vote {
        display: none !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum