kingoftheworld_87 Posted October 28, 2011 Share Posted October 28, 2011 Hi I was wondering if anyone could help me change the font size on the caption for the slider on my clients website petbay.co.uk. I think I need to do something in Global.css but iv tried to input font sizes and it doesnt work. The CSS for this slider is: /* ————— piscesslider.tpl ————— */ div#slide_holder {width:947px;height:396px;position:relative;} div#slide_holder div.folio {width:84px;height:84px;background:url(../img/our_folio.png) 0 0 no-repeat;position:absolute;left:-7px;top:-8px;z-index:100;} div#slider {width:947px;height:388px;padding:0 8px 0 0;overflow:hidden;} .nivoSlider {position:relative;} .nivoSlider img {position:absolute;top:0px;left:0px;} .nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:642px;height:388px;border:0;padding:0;margin:0;z-index:60;display:none;} .nivo-slice {display:block;position:absolute;z-index:50;height:100%;} .nivo-caption {width:255px;height:193px;float:right;padding:195px 25px 0 25px;background:url(../img/slider_caption.jpg) 0 0 no-repeat;color:#ffffff;;position:relative;z-index:89;} .nivo-caption p {padding:0;color:#ffffff;} .nivo-caption a {display:inline !important;} .nivo-html-caption {display:none;} div.nivo-controlNav {width:129px;height:39px;padding:2px 0 0 31px;background:url(../img/slider_items_bg.png) 0 0 no-repeat;position:absolute;right:0;bottom:35px;z-index:100;} div.nivo-controlNav a.nivo-control {width:19px;height:27px;display:block;float:left;font:15px/27px "Arial";color:#fff;text-align:center;cursor:pointer;} div.nivo-controlNav a.active {background:url(../img/slider_item_active.png) 0 0 no-repeat;font:bold 15px/28px "Arial";} thanks Link to comment Share on other sites More sharing options...
Carl Favre Posted October 28, 2011 Share Posted October 28, 2011 Hi kingofthewolrd_87, Logically, it is this code that you should change : .nivo-caption p {padding:0;color:#ffffff;} and replace with .nivo-caption p {padding:0;color:#ffffff; font-size:sizeyouwant;} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now