-
AuthorPosts
-
November 18, 2011 at 10:55 am #170820
Hi,
It would be possible to use the module highlite-1 from ja-bistro on this template?
If yes, could someone tell me how??thanks in advance,
Albertkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 18, 2011 at 10:59 am #425213Hi,
I don’t understand what you mean clearly. Could you explain more details?Could you give me a snapshot with your annotation?himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 18, 2011 at 11:11 am #425216Hi Albert,
Can you please provide a screenshot of the module from JA Bistro, which you want to use?
November 18, 2011 at 11:15 am #425219himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 18, 2011 at 12:08 pm #425228Hi Albert,
The JA Bistro template uses a background image with an orange shade for this particular module. If you have access to Ja bistro downloadable files, you will get that image from source files of JA Bistro. Else you will need to create a similar image to use in your template or simply specify the color as background color for all or any particular modules.
November 18, 2011 at 2:30 pm #425256Hi, I took the files from bistro, and i added to template.css:
div.hilite1 {
margin-left: 0;
margin-right: -10px;
padding: 15px 20px 25px;
background: url(../images/block-hilite1-bg.png) no-repeat right bottom;
color: #fff;
}
div.hilite1 h3 { color: #efd7b4; }
div.hilite1 .author { color: #f3debf; }
div.hilite1 a.readon {
color: #f3debf;
background: url(../images/arrow-2.gif) no-repeat right center;
}
but as you can see, the result is not as expected, the title part is white !!
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 19, 2011 at 6:49 am #425367Hi
Can you please provide site url so that I can inspect what you have done and what more needs to be done? Also tell me if you want the module to be green or orange?
If you dont want to give site url in the forums, you can send it to me via PM.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 19, 2011 at 8:56 am #425379Hi
Here is the change you can do..
To have orange background, remove the background image and put color code like in the code below.
<blockquote>div.hilite1 {
margin-left: 0;
margin-right: -10px;
padding: 15px 20px 25px;
background: #CF4E33;
color: white;
}</blockquote>To make the module title font like in JA Bistro,
- Edit your template > Profiles Tab.
- Say the Default profile is being used, then find Google Font API Settings in the settings of the DEfault profile
- Choose font Lobster for Module Titles and save the template.
- Check if your module looks similar to the module in JA Bistro..
Let me know if you have any more doubts.
November 19, 2011 at 5:43 pm #425425Thanks i did and it looks like much better,
but i lost the decoration of the end !
Moreover i try to make the font of the module title bigger, with the background in a different color tone and without the short line ! by doing:div.hilite1 {
margin-left: 0;
margin-right: -10px;
padding: 15px 10px 10px;
background: #CF4E33;
color: white;
}div.hilite h3 {
color: white;
background: red;
font-size:large;
}but nothing changes !!
thanks !
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 21, 2011 at 7:32 am #425640Hi,
div.hilite h3 {
color: white;
background: red;
font-size:large;
}This isnt working because the div class should be hilite1 not hilite. also i would suggest you to define font-size in px / %. The short line below title is getting applied as a background image, so when you correct the div class said above, your background will be applied to title giving it red background and removing the line.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by himangi 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum