-
AuthorPosts
-
ons6 Friend
ons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 27, 2013 at 11:33 am #190073How can I remove the black vertical separators in the footer?
Please refer to the attachement image.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 28, 2013 at 10:40 am #503774You can remove black bars in the footer this way
Create new custom.css file in templates/ja_fubix/css/ folder
Add new script
.t3-footnav .t3-module {
background: none;
}.t3-footnav {
background: none;
}ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 29, 2013 at 9:58 pm #504017Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 30, 2013 at 5:48 am #504056Hi ons6,
Open templates/ja_fubix/css/custom.css file
Add new script
.t3-footnav {
background: url(../images/line-bottom-white.gif) repeat-y left top transparent;
}ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 30, 2013 at 8:07 pm #504139Thank you, but excuse me I don’t want the bar to disappear completely.
I want it to be white instead of black.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 2, 2013 at 4:43 pm #504273You can pm me admin access and ftp account of your site. I shall help you to check it directly on your site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2013 at 11:41 am #504401With your pm account i could not right to change custom.css file of your hosting site
1) social icons in the footer but in WHITE color
Open templates/ja_fubix/css/custom.css file
From
.t3-footnav {
background: url(../images/line-bottom-white.gif) repeat-y left top;
}
Change to
.t3-footnav {
background: url(../images/line-bottom-white.gif) 100% 0% repeat-y;
}
2) In mast-col position in my homepage
Open templates/ja_fubix/css/custom.css file
Add new script
.jacontent h1 {
font-size: 16px;
line-height: 20px;
}3) To color the articles diplayed for each category
Open templates/ja_fubix/css/themes/orange/template.css file
Find and see it
tbg-dodgerblue, tbg-brown, tbg-royalblue, tbg-chartreuse, tbg-gold, tbg-sienna
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
September 5, 2013 at 10:05 am #5046921) and 3) are ok thank you, but 2) doesn’t work with the code you gave me. I tried even with t3-content instead of jacontent but still not working.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 6, 2013 at 3:53 am #504802You can try with my below solution
Open templates/ja_fubix/css/custom.css file
Add new script
.ja-mastcol h1 {
font-size: 100%;
line-height: 20px;
}
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
September 7, 2013 at 1:36 pm #504915still not working :((
can you try sthg else plz?ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
September 7, 2013 at 6:38 pm #504919I find it finally :cool:, here is the right code:
<blockquote>ul.category-module li a{
font-size: 14px;
}</blockquote>1 user says Thank You to ons6 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
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum