-
AuthorPosts
-
cybernun Friend
cybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 12:47 am #173824SO FRUSTRATING!
Unable to change the color & size of Ja Slideshow 2 DESCRIPTION (using Joomal 1.5.23 and cannot upgrade because of an Auction mod that is not available in 1.7 or above).
SITE I’M WORKING ON IS HERE: http://siteground210.com/~blackst5/new_joomla1.5/
I have looked in template.css, style.css and the template.css for the BLACK color
I have add the following code to template.css to no avail:.ja-slide-desc p
font-size:13px;
}.ja-slide-desc-inner h3{
color:blue!important;
}
.ja-slide-desc-inner {
color: red!important;
}CAN SOMEONE HELP ? MOST GRATEFUL.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 1:15 am #437994Just did it. Why did I have to do that and do i set it back after this is solved? :-*
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 12, 2012 at 1:29 am #437995<em>@cybernun 300169 wrote:</em><blockquote>Just did it. Why did I have to do that and do i set it back after this is solved? :-*</blockquote>
With optimisation on one can’t see the right css file as they are compressed. Whilst you are building the site it is best to set the css optimise to no and also “enable development mode” to yes. That kills out cache so that you can see changes immediately. As you set for live you set them all back.
Can I ask exactly what you are trying to achieve?
1 user says Thank You to swissa for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 1:38 am #437996Thanks, Swissa. yes…you have helped before.
Yes. The description for each image in the Ja Slideshow. I have changed the text in the module but I cannot locate how to change size & color.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 12, 2012 at 1:54 am #437997Thanks for setting that!
Now, if you right click on an object you can see the correct css.
line 64
.maskDesc .ja-slide-desc a, .maskDesc .ja-slide-desc h3 {
color: #fff3d8; /* change this to the colour you want */
font-family: 'UbuntuRegular',Arial,Helvetica,sans-serif;
font-size: 200%; /* you can change the % or you state a pixel amount ie. 13px */
margin-top: 10px;
display: block;
}
you can see the color and size for the header and change it.
For the following line – sub description? – it looks to be located on line 74 of the same file
.maskDesc .ja-slide-desc p {
color: #b89a85;
}
If you want to change the size of the second line you can edit the code to be e.g..maskDesc .ja-slide-desc p {
color: #b89a85; /* you change the colour here */
font-size: 200%; /* you could also say 14px if you want */
}I hope that helps you cybernun!
1 user says Thank You to swissa for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 2:00 am #437999I will try now. You are amazing but what do you mean “right click on an object?”
I right clicked on the slideshow and don’t understand. I do not see the file.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 12, 2012 at 2:24 am #438002<em>@cybernun 300176 wrote:</em><blockquote>I will try now. You are amazing but what do you mean “right click on an object?”
I right clicked on the slideshow and don’t understand. I do not see the file.</blockquote>
Sorry! :-[
Heh, I’ve been involved with Joomla for only 3 months and forget that I’m still an idiot.
If you highlight any element with then click with right button ( in chrome, safari or firefox) then there is an option to “inspect element”. This will give you the file and then you can search for the exalt place.
I learnt this through getting it wrong more than getting it right :-[ but if you are confused I can find you the video for firebug for you!
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 2:26 am #438005YES YES YES!!
Solved, with many thanks. :-*
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 12, 2012 at 2:31 am #438007Well I did highlight and right click and ‘inspect element did not come up. WAIT A MINUITE…you mean in Firebug? Then, yes, send link to video. I really need to learn it. Spend too much time hunting for element sources. You are really kind to help. Thank you so much. :-*
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 12, 2012 at 2:48 am #438010<em>@cybernun 300184 wrote:</em><blockquote>Well I did highlight and right click and ‘inspect element did not come up. WAIT A MINUITE…you mean in Firebug? Then, yes, send link to video. I really need to learn it. Spend too much time hunting for element sources. You are really kind to help. Thank you so much. :-*</blockquote>
Cool. Gern geschehen.
It’s all German to me too! 😉 :laugh:
This is a bit long winded but specific Joomla
http://community.joomla.org/videos/firebug_tutorial/firebug_tutorial_part1_english.swf
the best
:-[ I have to admit I don’t use firebug. I do it all with Chrome and right click the mouse but I promise you if an idiot like me can get it then you’re going to be streets ahead of me!
1 user says Thank You to swissa for this useful post
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by cybernun 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum