Re: Wedding theme: Links /Count down colors

#1283
admin
Participant

Hello,
Please see the TABLE OF CONTENTS in the wedding/style.css
You may find the Wedding Counter in Section 12.3

You may edit the following code to change the color of Wedding Counter

.widget-countdown .countdown-section {
background: #f07677;
display: inline-block;
float: left;
margin: 0 10px;
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
-moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
}[/CODE]

Thanks[CODE].widget-countdown .countdown-section {
background: #f07677;
display: inline-block;
float: left;
margin: 0 10px;
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
-moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
}[/CODE]

Thanks