-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
37 lines (30 loc) · 865 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
Theme Name: Proffet Child
Theme URI: http://www.themesforge.com
Description: Proffet Child Theme for Harp Column Music
Author: Hugh Brock
Author URI: http://harpcolumnmusic.com
Template: proffet
Version: 1.0.0
*/
@import url("../proffet/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
.hpslide_pricewrap {
background: #cd0074 !important;
}
.hpslide_pricewrap:hover {
background: #E2870D !important;
}
.woolearnmore {
background: #cd0074 !important;
border-color: #cd0074 !important;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
.products-carousel a:hover .woolearnmore {
border-color: #5b5b5b !important;
background: #5b5b5b !important;
}
.products-carousel .entry .prodprice .amount {
color: #cd0074 !important;
}