-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 23, 2015 at 2:18 pm #204039Hi guys,
In position ‘home-2’ we are showing our sponsors.
Is it possible remove the date-block?
And show the logo’s bigger?http://www.bluezybluesfestival.nl/
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2015 at 8:53 am #560491You can change the css style to solve your question above
Open templates/ja_muzic/css/themes/violet/mod_jacontentslider.css file
find and change
.ja-home-2 .ja-contentslider-center .jsslide .created-date {
display: block;
background: #9a21a8 ;
color: #fff ;
position: absolute;
left: 0;
top: 0;
width: 88px;
height: 88px;
}.ja-home-2 .ja-contentslider-center .jsslide .content {
width: 225px;
height: 180px;
background: #111 ;
}
to
.ja-home-2 .ja-contentslider-center .jsslide .created-date {
display: none;
background: #9a21a8 ;
color: #fff ;
position: absolute;
left: 0;
top: 0;
width: 88px;
height: 88px;
}.ja-home-2 .ja-contentslider-center .jsslide .content {
width: 100%;
height: 100%;
background: #111 ;
}smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 25, 2015 at 2:28 pm #560655Thank you Ninja Lead!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by smartmax 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove date-blok in ‘home-2’
Viewing 3 posts - 1 through 3 (of 3 total)