Shape 5

Joomla Club Extensions => Slideshow Advance - Club => : oddyeti October 15, 2008, 09:59:55 AM



: font control
: oddyeti October 15, 2008, 09:59:55 AM
Hi there,

Was wondering if I can control the fonts of the heading and the content on the right of the images... The header for the secondary images seems to get a h1 tag but the main part is sometimes italized or sometimes just plain... I wanted to change the colour of the header and then control the fonts...

Where do I do this..? was muddling around with the php... but it is far too complicated and I would rather not disturb that!


: Re: font control
: jonahh October 16, 2008, 12:52:57 PM
Hello,

You can change this in the style.css file included with the module.  Look for the below and add any styling you wish:

:
.scrollholder h1 {
font-style:italic;
padding-bottom:5px;}

.scrollholder h3 {
font-style:italic;
padding-bottom:5px;}

Regards,


: Re: font control
: oddyeti October 17, 2008, 03:55:46 AM
Cheers... thats mighty useful to know!


: Re: font control
: gvenable April 18, 2012, 06:09:16 PM
Where do you change the Font size?


: Re: font control
: jonahh April 19, 2012, 02:56:11 PM
You can add font size to above css for example:

.scrollholder h1 {
   font-style:italic;
   padding-bottom:5px;
font-size:13px !important;}