-
AuthorPosts
-
imamrevista Friend
imamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
September 12, 2013 at 7:57 pm #190547Hello, the footer is divided into 3 parts, but I need to leave only one with the information of the address and telephone number as the picture, can someone give me a hand? Thank you.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 12, 2013 at 9:01 pm #505649Are you sure those are elements within your footer? … or are they separate modules assigned to those certain positions on your site?
imamrevista Friendimamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
September 12, 2013 at 9:18 pm #505651I need to change that image (footer) to
-
imamrevista Friend
imamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
September 16, 2013 at 1:32 pm #505945I managed to solve, if anyone has the same doubt, follow the solution!
Open templates/ja_vintas/css/template.css file
Code:
#ja-navhelper ul.ja-links {
margin-top: 4px;
height: 34px;
background: url(../images/dot-line.gif) repeat-y left top;
}#ja-footer { background: #111 padding-top: 26px; border-top: solid 1px #2f2f2f }
.ja-breadcrums span {
vertical-align: middle;
display: inline-block;
background: url(../images/dot-line.gif) repeat-y 25px top;
padding-top: 8px;}
Change to:
#ja-navhelper ul.ja-links {
margin-top: 4px;
height: 34px;
background: url(../images/dot-line.gif) repeat-y left top;
display: none;
}#ja-footer { background: #111 padding-top: 26px; border-top: solid 1px #2f2f2f display: none; }
.ja-breadcrums span {
vertical-align: middle;
display: inline-block;
background: url(../images/dot-line.gif) repeat-y 25px top;
padding-top: 8px;
display: none;
}Hope this helps.
Thanks.
1 user says Thank You to imamrevista for this useful post
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by imamrevista 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum