Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • patokov Friend
    #186110

    Hello guys,
    Could you tell me how to delete top-bar panel from Ja Vintas template?
    I cant find this part of code to delete it:

    <div id=”ja-topbar” class=”wrap “>
    <div class=”wrap-inner1”>

    Also I would like to know how to change inscription on VM products button


    1. 1
    ntonline Friend
    #487519

    <em>@patokov 365809 wrote:</em><blockquote>Hello guys,
    Could you tell me how to delete top-bar panel from Ja Vintas template?
    I cant find this part of code to delete it:

    <div id=”ja-topbar” class=”wrap “>
    <div class=”wrap-inner1”>
    </blockquote>
    In the template.css file find:

    #ja-topbar {
    background-image: url("../images/bg-topbar.gif");
    }

    and change to:

    #ja-topbar {
    background-image: url("../images/bg-topbar.gif");
    display: none;
    }

    <em>@patokov 365809 wrote:</em><blockquote>
    Also I would like to know how to change inscription on VM products button
    </blockquote>
    This is changed in the Virtumart Control panel. If you thumb through the different sections, I’m sure you will find it and will be able to change it.

    Ninja Lead Moderator
    #487733

    You can do that this way

    Open templates/ja_vintas/css/template.css file

    from


    #ja-topbar {
    background: url(../images/bg-topbar.gif) repeat-x left bottom;
    font-size: 80%;
    height: 44px;
    }

    change to

    #ja-topbar {
    background: url(../images/bg-topbar.gif) repeat-x left bottom;
    font-size: 80%;
    height: 44px;
    display: none;
    }

    <blockquote>Also I would like to know how to change inscription on VM products button </blockquote>

    -> see the screenshot


    1. VM_screenshot
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

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