-
AuthorPosts
-
October 17, 2011 at 2:33 am #169743
I would like to increase the color contrast of the homepage, and have attached a mock image of what I’m trying to achieve (see link below).
As you can see, I would like to achieve the following:
1. Black background on either side of content area
2. Dark gray background for the JA News Pro (headline theme) and JA Tabs 2 modules
3. Light gray border around the JA News Pro (headline theme) to give it definition
4. Cellpadding around image in JA News Pro (headline theme)Additionally (but not shown in image) I would also like
5. The font and text color in to be white in the JA News Pro module (headline theme)
6. Delete the white space in between date and logo
7. Delete blue bar beneath the top level menu
8. Delete white space beneath the blue bar in point 7.(Link edited out 27.11.11 due to lack of ongoing support)
I would appreciate detailed information on how to go about implementing these changes.
Many thanks in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 17, 2011 at 6:08 am #419724Greetings . . . That is quite a list of customization requests.
Are you familiar with working with CSS for making the kind of modifications you are wanting to achieve above?
October 17, 2011 at 6:40 am #419727<em>@TomC 276405 wrote:</em><blockquote>Greetings . . . That is quite a list of customization requests. Are you familiar with working with CSS for making the kind of modifications you are wanting to achieve above?</blockquote>
Hi TomC
I have been tweaking CSS for years now, so feel comfortable with what I need to get done if the tweaks are small. But I would need clear details in order to make the changes above.
If you feel that the changes outlined are too advanced for me or too much to ask in a forum – then would be happy to consider sourcing a freelancer to make the changes. However, I would prefer to use someone who is familiar with the template if you have recommendations.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 17, 2011 at 6:43 am #419728Need your site Url.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 19, 2011 at 3:47 am #420121<em>@diatribe 276408 wrote:</em><blockquote>
If you feel that the changes outlined are too advanced for me or too much to ask in a forum – then would be happy to consider sourcing a freelancer to make the changes. However, I would prefer to use someone who is familiar with the template if you have recommendations.</blockquote>
Have you responded to Chavan (above)? He is one of our resident Magento gurus and may be able to assist you with some of your customization requests.1 user says Thank You to TomC for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 19, 2011 at 11:44 pm #420328<em>@Chavan 276902 wrote:</em><blockquote>Tom,
Yes he has given me the Url and Now, waiting for his admin panel details….
Thanks</blockquote>
Hi Chavan
What do you mean you are waiting for admin panel details?
The last request I had from you was “I need the template manager access”, and so I made you a Super Administrator about an hour after you asked. Is there something else I need to do?
Cheers
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 20, 2011 at 4:39 pm #420530I was not Intimated regarding it. ok will check it and update you.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 20, 2011 at 5:22 pm #4205451.Black background on either side of content area
Go to this File: templates/ja_teline_iv/css/template.css
Replace this code
body#bd { background: #fff; color: #000; font-size: 12px; /* Base Font */ line-height: 1.5; }
With
body#bd { background: #000; color: #000; font-size: 12px; /* Base Font */ line-height: 1.5; }
Add this code
#ja-wrapper { margin: 0 auto; max-width: 1200px; width: 980px; background: #fff; }
——————————————————————————————————————————————————————————————-
2. Dark gray background for the JA News Pro (headline theme) and JA Tabs 2 modules
3. Light gray border around the JA News Pro (headline theme) to give it definitionGo to this File: templates/ja_teline_iv/css/template.css
Replace this code
#ja-topsl1 .main { padding: 0; }
With
#ja-topsl1 .main {
background: none repeat scroll 0 0 #363636;
padding: 2px 0 0 0;}
——————————————————————————————————————————————————————————————-
4. Cellpadding around image in JA News Pro (headline theme)Go to this File: modules/mod_janews_fp/tmpl/headline/style.css
Find this code and Replace it
.headline .ja-zincontent img { margin-right: 15px; }
With
.headline .ja-zincontent img { margin-right: 0 15px 5px 8px; }
Note: If you Find my Post useful please click on the Thanks Icon
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 23, 2011 at 11:15 pm #421070<em>@Chavan 277397 wrote:</em><blockquote>Please post the changes Live and reply me. I will post the next Set of changes.
</blockquote>Hi Chavan
I apologise for having not replied sooner but I did not get an email notice saying there was a new post in this thread. I will make the changes later today, and let you know how I go.
Thanks again…
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 24, 2011 at 3:39 pm #421237As you said in PM. you have updated the changes in site. But I don’t see anything.
Waiting for you to update the changes in your site
Note: If you Find my Post useful please click on the Thanks Icon
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 25, 2011 at 2:14 am #421352check your site Now, It reflects now.
Have you done all the changes said by me?
Since the site gets a little collapsed. Please check my previous post. If not Post your ftp details I will fix it for you.
Please advice.
October 25, 2011 at 3:31 am #421367Hi Chavan
Yes, I have done all the changes you asked me to.
I cleared the cache (and purged) so hopefully you can see them now.
I will send you some FTP access details if that helps make things easier. But I don’t mind doing the changes myself.
Many thanks for your continued support.
Diatribe….
October 30, 2011 at 11:44 pm #422468<em>@Chavan 278421 wrote:</em><blockquote>check your site Now, It reflects now.
Have you done all the changes said by me?
Since the site gets a little collapsed. Please check my previous post. If not Post your ftp details I will fix it for you.
Please advice.</blockquote>
Hi Chavan
How are the next lot of changes coming along?
-
AuthorPosts
This topic contains 24 replies, has 5 voices, and was last updated by diatribe 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum