-
AuthorPosts
-
questbg Friend
questbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 1, 2010 at 12:33 pm #152201Hi Folks
Me again! :-[
Please could somebody explain how I can get the same ‘blue’ headings in the right column as I have in the left … I’ve tried the same suffix, etc., but doesn’t work:
Help! 😀
Thanks in advance.
Chrisuniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 1, 2010 at 2:30 pm #348676Hi Chris
_hilite in the module suffix class field works for both left and right modules here on my local install, however I see the one you’re trying to us it on is not a normal Joomla/JA module or custom module but your Real estate component module. maybe it’s simply it doesn’t support the ja class suffix?1 user says Thank You to uniquebiz for this useful post
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 1, 2010 at 2:35 pm #348677Hi Shannon
That appears to be it. I just checked the 3 x modules in ‘right’ position. Whilst the ‘Select Language’ module from JoomFish does allow me to include a suffix, the two real estate modules do not (not even an ‘advanced’ menu in the modules).
I was rather hoping there may be a method of hacking the code?
Cheers
Chrisuniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 1, 2010 at 2:38 pm #348678I’m sure there is, email me the module code and I’ll have a play tomorrow if you like
Blessings Shannonquestbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 3, 2010 at 6:59 am #348848Update: with the assistance of Shannon we now have the same ‘blue’ backgrounds on the ‘non-hilite’ modules as we do on the hilite modules (this was done by modifying the h3-bg.gif graphic).
However, I really need to change the text of the non-hilite modules, to match the hilite modules:
Could somebody please tell me how to find the code to alter this?
Many Thanks
ChrisSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 6, 2010 at 9:56 am #349115Hello Chris!
Pls open the file templates/ja_kyanite_ii/css/template.css and try to find the following code:
div.ja-module h3, div.module h3 {
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0 0 0 15px;
height: 30px;
line-height: 30px;
background: url(../images/h3-bg.gif) no-repeat left center #ccc;
}you replace{
div.ja-module h3, div.module h3 {
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0 0 0 15px;
height: 30px;
line-height: 30px;
color:red;
background: url(../images/h3-bg.gif) no-repeat left center #ccc;
}and find the following code:
#ja-breadcrums .inner {
background: url(../images/h3-bg.gif) no-repeat right center;
padding: 0 10px 0 0;
margin: 0;
height: 30px;
line-height: 30px;
}replace:
#ja-breadcrums .inner {
background: url(../images/h3-bg.gif) no-repeat right center;
padding: 0 10px 0 0;
margin: 0;
height: 30px;
line-height: 30px;
color:red
}Good luck
1 user says Thank You to Saguaros for this useful post
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 7, 2010 at 1:24 pm #349243Hi tienhc
That worked, many thanks … although I had to use ‘color: white’ and not ‘color: red’ 😀
However, I would also now like to remove the shadow on the H3 module, to match the H3_hilite module (which you can see in the top module here):
Thanks again.
ChrisSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 8, 2010 at 9:22 am #349313pls open the file ja_kyanite_ii/templates/ja_kyanite_ii/css/css3.css and try to find the following code:
div.module_hilite h3 {text-shadow: 1px 1px 0 #730900; }
replace:
div.module_hilite h3 {text-shadow: none!important; }
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by questbg 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum