-
Notifications
You must be signed in to change notification settings - Fork 21
/
style.css
57 lines (47 loc) · 1.06 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author: Brad Dalton http://wpsites.net
Template: Divi
*/
@import url("../Divi/style.css");
/* Style Footer Credits - Lines 948 & 949 */
#footer-info {
text-align: left;
color: green;
padding-bottom: 10px;
float: left;
}
#footer-info a {
font-weight: 700;
color: yellow;
}
#footer-info a:hover {
color: pink;
}
/* Style Footer Social Icons - Lines 1185 to 1198 */
#footer-bottom .et-social-facebook a {
color: blue;
}
#footer-bottom .et-social-twitter a {
color: powderblue;
}
#footer-bottom .et-social-google-plus a {
color: red;
}
#footer-bottom .et-social-rss a {
color: orange;
}
/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
color: pink;
}
#footer-bottom .et-social-twitter a:hover {
color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
color: pink;
}
#footer-bottom .et-social-rss a:hover {
color: pink;
}