-
AuthorPosts
-
January 31, 2008 at 3:54 am #125361
First of all, thank you for the top-notch work you guys are doing. I’ve really enjoyed your templates and appreciate your creativity.
I created a new module in user5 where I just want to place 1 image instead of using RSGallery. However, the top of the image is not aligned with the modules to the right. How can I align it?
http://www.dentalsuccess.biz/index.php
Also, I would like to modify the font color for hyperlinks on this page but cannot figure out how to do this:
http://dentalsuccess.biz//index.php?option=com_hwdcourses&Itemid=40
I’ve tried modifying the CSS in the component but it makes no difference.
Thanks!
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 1, 2008 at 11:55 am #240886Did you get this thing solved?
March 1, 2008 at 1:32 pm #240893No I was not able to solve it.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 3, 2008 at 10:25 am #241069I think you can change it at green.css file (templates/ja_avian_ii_m/css/colors/green.css).
Search there lines:
a {
color: #8DC63F;
text-decoration: none;
}a:hover, a:active, a:focus {
color: #8DC63F;
}
And change them as you wantSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 3, 2008 at 10:39 am #241074<em>@michaelshive 38689 wrote:</em><blockquote>First of all, thank you for the top-notch work you guys are doing. I’ve really enjoyed your templates and appreciate your creativity.
I created a new module in user5 where I just want to place 1 image instead of using RSGallery. However, the top of the image is not aligned with the modules to the right. How can I align it?
http://www.dentalsuccess.biz/index.php
</blockquote>
You must edit template_css.css file (templates/ja_avian_ii_m/css/template_css.css) . Change from(line 1277) :
#ja-topsl-main {
width: 58%;
float: left;
margin-top: 8px;
}
to#ja-topsl-main {
width: 58%;
float: left;
margin-top: 0px;
}
And (line 105)p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
padding: 0;
}
top, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
margin-top: 15px 0;padding: 0;
} -
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Sherlock 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum