Shape 5

Joomla Templates => EZ Web Hosting - Club => : EthosWS September 18, 2013, 09:20:36 PM



: Font size in slide circles
: EthosWS September 18, 2013, 09:20:36 PM
How do I change the font size in the circles on the home page?

Thanks


: Re: Font size in slide circles
: mikenicoll September 19, 2013, 04:44:04 PM
Hello,

Big Circle:

Template.CSS - Line 1422

.jdGallery .slideInfoZone h2 {
    border-radius: 300px 300px 300px 300px;
    font-size: 3.7em !important;
    font-weight: 300 !important;
    height: 300px;
    line-height: 54px;
    padding: 67px !important;
    text-align: center;
    text-shadow: none !important;
    width: 300px;
}

Small Circle:

Template.CSS - Line 1459

.jdGallery .slideInfoZone p {
    border-radius: 300px 300px 300px 300px;
    bottom: -338px !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    height: 120px;
    left: 372px !important;
    line-height: 24px;
    padding: 35px 30px 30px !important;
    position: absolute;
    text-align: center;
    text-shadow: none !important;
    width: 120px;
}

-Mike


: Re: Font size in slide circles
: nicoleta October 16, 2013, 03:00:04 AM
Is there a way to change the colour of the font within the small circle only?


: Re: Font size in slide circles
: mikenicoll October 17, 2013, 05:42:01 PM
Hello,

You can do that here:

s5imagecontent.css - line 80

.jdGallery .slideInfoZone p {
    color: #FFFFFF;
    margin: 2px 11px;
    padding: 0;
    text-shadow: 1px 1px #000000;
}

-Mike