forked from elementor/hello-theme-child
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (58 loc) · 1.71 KB
/
Copy pathstyle.css
File metadata and controls
63 lines (58 loc) · 1.71 KB
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
58
59
60
61
62
63
/*
Theme Name: Hello Digitizer
Theme URI: https://github.com/Digitizers/hello-digitizer
Description: Hello Digitizer is a child theme of Hello Elementor, created by Digitizer team
Author: Digitizer
Author URI: https://www.digitizer.co.il/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Hide Title & Description */
/* .hello_elementor_page_title {
display: none;
}
.entry-title {
display: none !important;
}
.site-title {
display: none !important;
}
.site-description {
display: none !important;
} */
/* Comments Textarea & Input */
/* form#commentform > p:not(.form-submit) textarea, form#commentform > p:not(.form-submit) input:not(#wp-comment-cookies-consent) {
width: 100%;
border-radius: 0;
border: 1px solid #000;
} */
/* Comments Submit button */
/* selector form#commentform input#submit {
color: #ffffff;
font-size: 20px;
background-color: #000000;
border: 1px solid #000000!important;
transition: .3s all;
padding: 10px 30px;
border-radius: 0;
}
selector form#commentform input#submit:hover {
color: #000000;
background-color: #ffffff !important;
} */
/* Comments */
/* section#comments li.comment.even > article {
background-color: #f9f9f9;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
padding: 30px;
} */
/* Comments Reply Link */
/* .comment-reply-link {
font-size: 14px;
text-decoration: underline !important;
} */