Commit 44fd36a0 by Pham Huy

update style

parent 3d44a043
...@@ -267,4 +267,16 @@ p.title-item-sidebar { ...@@ -267,4 +267,16 @@ p.title-item-sidebar {
} }
.woocommerce .woocommerce-input-wrapper{ .woocommerce .woocommerce-input-wrapper{
width: 100%; width: 100%;
}
.woocommerce .comment-form-rating .stars a{
box-shadow: none;
color: #007bffc9;
}
.woocommerce .comment-form-rating .stars a:hover,
.woocommerce .comment-form-rating .stars a:focus,
.woocommerce .comment-form-rating .stars a:active{
color: #007bffc9;
}
.woocommerce .comment-form .comment-form-cookies-consent label{
font-family: Montserrat-Regular;
} }
\ No newline at end of file
...@@ -81,6 +81,9 @@ ul#menu-main-menu li a { ...@@ -81,6 +81,9 @@ ul#menu-main-menu li a {
padding: 5px 35px; padding: 5px 35px;
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
} }
ul#menu-main-menu li:last-child a {
border-right: none;
}
#show-hd{ #show-hd{
background-color: #0000000c; background-color: #0000000c;
} }
......
...@@ -2193,7 +2193,7 @@ body.search-no-results .page-header { ...@@ -2193,7 +2193,7 @@ body.search-no-results .page-header {
.comments-title, .comments-title,
.comment-reply-title { .comment-reply-title {
border-top: 4px solid #1a1a1a; /* border-top: 4px solid #1a1a1a; */
font-family: Montserrat, "Helvetica Neue", sans-serif; font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 23px; font-size: 23px;
font-size: 1.4375rem; font-size: 1.4375rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment