-
AuthorPosts
-
patokov Friend
patokov
- Join date:
- March 2013
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 22, 2013 at 9:18 pm #186110Hello 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
ntonline Friendntonline
- Join date:
- January 2009
- Posts:
- 164
- Downloads:
- 31
- Uploads:
- 42
- Thanks:
- 24
- Thanked:
- 12 times in 1 posts
March 22, 2013 at 9:42 pm #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.1 user says Thank You to ntonline for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2013 at 11:17 am #487733You 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
AuthorPostsViewing 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
Jump to forum