-
AuthorPosts
-
October 28, 2012 at 9:00 am #181766
Good morning.
I can change the background color of the footer? how?
i can remove the big button and your link to index.php?I can change the background color of the menu? how?
thanks – I attach images
-
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 29, 2012 at 9:43 am #471374<em>@lorenzo_redi 343965 wrote:</em><blockquote>Good morning.
I can change the background color of the footer? how?
i can remove the big button and your link to index.php?
I can change the background color of the menu? how?thanks – I attach images</blockquote>
Hi,
1. To change your background color of the footer:
Please go to:
templates/ja_teline_iv/css/template.css
Find these lines:
#ja-footer .main {
background: none repeat scroll 0 0 #1F1F1F
color: #666666
padding: 0;
text-align: left;
}
and change the value of background to any value you want.2. To remove the big button and your link to index.php:
Go totemplatesja_teline_ivblocksfooter.php
Remove these lines:
<div id="ja-footlogo" >
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</div>
3. To change the background color of the menu:
Please go to:
templates/ja_teline_iv/css/template.css
Add these lines:
.ja-megamenu{
background: insert_value_you_want_here;
}October 29, 2012 at 10:17 am #471380Please, help me?! Thanks
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 30, 2012 at 5:01 am #471436Hi, can you see my above post?
<em>@Luna Garden 344076 wrote:</em><blockquote>Hi,
1. To change your background color of the footer:
Please go to:
templates/ja_teline_iv/css/template.css
Find these lines:
#ja-footer .main {
background: none repeat scroll 0 0 #1F1F1F
color: #666666
padding: 0;
text-align: left;
}
and change the value of background to any value you want.2. To remove the big button and your link to index.php:
Go totemplatesja_teline_ivblocksfooter.php
Remove these lines:
<div id="ja-footlogo" >
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</div>
3. To change the background color of the menu:
Please go to:
templates/ja_teline_iv/css/template.css
Add these lines:
.ja-megamenu{
background: insert_value_you_want_here;
}
</blockquote>October 30, 2012 at 10:01 am #471456Thanks, but i change color and it’s ok only for home page, but if i enter in a single article, the color don’t change.
if it’s possible i send you ser access.
October 30, 2012 at 3:26 pm #471469yes thank you i saw your post, but the changes only work in the HOME PAGE.
do not work on the other pages of the siteLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 31, 2012 at 7:35 am #471540And what code I need to enter in order to reduce the height of the “footer”?
</blockquote>Hi,
To reduce the height of the footer, go to your CSS filetemplates/your_template_folder/css/template.css
Then find these lines:
#ja-footer .main-inner1 {
background: none repeat scroll 0 0 #1F1F1F
padding: 12px 0 24px 240px;
}
Remove the padding, or change the padding to the value you want, like
#ja-footer .main-inner1 {
background: none repeat scroll 0 0 #1F1F1F
padding: 2px 0 4px 240px;
}Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 2, 2012 at 7:31 am #471750The last question: how to change the color of text in “footer”?</blockquote>
Please go to this CSS filetemplates/your_template_folder/css/template.css
then add more code:
#ja-footer .ja-copyright small{
color: value_color_you_want;
}
/* color for link */
#ja-footer .ja-copyright small a{
color: value_color_you_want;
}
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Luna Garden 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-