-
AuthorPosts
-
orsomannaro Friend
orsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 11, 2015 at 2:27 pm #206266JA Content Slider in features-2 position doesn’t show the module title even if I enable it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 12, 2015 at 8:28 am #570292Hope my solution below will help you out
Open templates/ja_decor/tpls/blocks/mainbody-features.php file
find and change
<jdoc:include type="modules" name="<?php $this->_p('features-2') ?>" style="raw" />
to
<jdoc:include type="modules" name="<?php $this->_p('features-2') ?>" style="T3Xhtml" />
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 12, 2015 at 4:54 pm #570342Thank you very much Ninja.
Yes, now I can see the title but it seem to be not part of the slider … (the background is white)
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 12, 2015 at 6:10 pm #570348I add something like this in custom.css
/* testimonial-box */
.module-title {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 5px;
background-color: #333
color: #FFF
font-size: 28px;
}
.testimonial-box .ja-contentslider-center-wrap {
padding-top: 10px;
padding-bottom: 10px;
}
.testimonial-box .ja-contentslider-center-wrap {
padding: 0px;
}
.testimonial-box .ja-btn-control {
top: 40%;
}orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 12, 2015 at 6:26 pm #570352<em>@orsomannaro 473067 wrote:</em><blockquote>
background-color: #333}</blockquote>
but this change the background-color of all the other title
is it possible to customize the .module-title only for this title?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 13, 2015 at 3:05 am #570390<em>@orsomannaro 473072 wrote:</em><blockquote>but this change the background-color of all the other title
is it possible to customize the .module-title only for this title?</blockquote>
If you want to change only title in JA ContentSlider module under feature-2 position by add css style below into custom.css file
.testimonial-box h3.module-title {
color: red;
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 13, 2015 at 3:05 am #735456<em>@orsomannaro 473072 wrote:</em><blockquote>but this change the background-color of all the other title
is it possible to customize the .module-title only for this title?</blockquote>
If you want to change only title in JA ContentSlider module under feature-2 position by add css style below into custom.css file
.testimonial-box h3.module-title {
color: red;
}
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 13, 2015 at 8:54 am #570424Thank you again Ninja
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
May 13, 2015 at 8:54 am #735490Thank you again Ninja
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by orsomannaro 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum