Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • guap Friend
    #134583

    How can I get rid of these lines? [ attached image]

    Thanks for the help. 🙂


    1. lines
    scotty Friend
    #276116

    Open /templates/ja_mesolite/css/ja.vm.css and on line 84 change

    #vmMainPage hr {
    margin:5px 0;
    }

    to

    #vmMainPage hr {
    display:none;
    margin:5px 0;
    }

    That will hide ALL <hr> lines in VM though. You should really do it through the page code which is in product_view.php or something like that.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  scotty 16 years, 1 month ago.

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