Commit 6aaf27d2 by Pham Huy

update theme description

parent 2b4e7e7e
.site-content{
background-color: #EFF4F8;
/* background-color: #EFF4F8; */
}
.content-img {
......
......@@ -2,34 +2,55 @@
font-family: Proxima Nova;
src: url(../font/ProximaNovaRegular.otf);
}
@font-face{
font-family: Montserrat-Regular;
src: url(../font/Montserrat-Regular.ttf);
}
html {
background-color: #F2F9FF !important;
/* background-color: #F2F9FF !important; */
}
ul#menu-top_menu li {
ul#menu-main-menu{
-moz-box-shadow: 0px 1px 5px #000000;
-webkit-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
border-radius: 4px;
}
ul#menu-main-menu li:nth-child(1){
border-radius: 4px 0px 0px 4px ;
}
ul#menu-main-menu li:nth-last-child(1){
border-radius: 0px 4px 4px 0px;
}
ul#menu-main-menu li a{
border-radius: 4px;
}
ul#menu-main-menu li {
text-transform: uppercase !important;
}
ul#menu-top_menu li.current-menu-item a {
color: #E27A17 !important;
ul#menu-main-menu li.current-menu-item a {
color: #FFFFFF !important;
background-color: #ED2027;
}
ul#menu-top_menu li a {
font-size: 15px !important;
ul#menu-main-menu li a {
font-family: Montserrat-Regular;
font-size: 12px !important;
line-height: 17px !important;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
padding-left: 20px;
padding-right: 20px;
}
.site-description {
text-align: center;
font-weight: bold;
color: #E27A17 !important;
color: #FF3400 !important;
}
ul#menu-top_menu li a:hover {
ul#menu-main-menu li a:hover {
text-decoration: none;
}
......
......@@ -851,7 +851,7 @@ a:active {
}
.main-navigation .primary-menu {
border-bottom: 1px solid #d1d1d1;
background-color: #ffffff;
}
.main-navigation .menu-item-has-children > a {
......@@ -1534,7 +1534,10 @@ blockquote:after,
*/
.site {
background-color: #fff;
background-image: url('images/subtraction.png');
background-position: top;
background-repeat: no-repeat;
background-size: contain;
}
.site-inner {
......
<?php
/**
* Template Name: Hướng dẫn thanh toán
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 2.1
*/
get_header();
?>
<section class="container">
</section>
<?php get_footer(); ?>
\ No newline at end of file
<?php
/**
* Template Name: Chính sách giao hàng
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 2.1
*/
get_header();
?>
<section class="container">
</section>
<?php get_footer(); ?>
\ No newline at end of file
<?php
/**
* Template Name: Chính sách hoàn tiền
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 2.1
*/
get_header();
?>
<section class="container">
</section>
<?php get_footer(); ?>
\ No newline at end of file
<?php
/**
* Template Name: Chính sách bảo mật
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 2.1
*/
get_header();
?>
<section class="container">
</section>
<?php get_footer(); ?>
\ No newline at end of file
<?php
/**
* Template Name: Hướng dẫn mua hàng
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 2.1
*/
get_header();
?>
<section class="container">
</section>
<?php get_footer(); ?>
\ No newline at end of file
......@@ -10,7 +10,7 @@ get_header();
?>
<?php echo do_shortcode("[URIS id=33]"); ?>
<?php //echo do_shortcode("[URIS id=33]"); ?>
<section class="container container-fluid">
<article class="row service-hg">
......
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