Commit d7552185 by lmf

优化详情标题顶部高度

优化底部logo图片
parent b9969282
......@@ -23,7 +23,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div class="footer-container">
<div class="footer_link">
<div style="text-align: center;color: #ffffff;">
<img src="/media/logo/stores/1/joshine_logo_500.png" width="200px;" class="logo_img">
<img src="/media/wysiwyg/joshine_logo_1.png" width="200px;" class="logo_img">
</div>
<div>
<h4>ABOUT JOSHINE <span> > </span></h4>
......
......@@ -66,7 +66,6 @@
font-family: Outfit-Regular, sans-serif;
font-size: 20px;
display: block !important;
margin-top: 40px;
}
.old-price > span .price-label{
......@@ -215,6 +214,19 @@ footer a{
.footer_link > div{
width: 100%;
}
.product-info-wrapper .page-title-wrapper span.base{
text-transform: none;
font-weight: 400;
color: #292929;
padding-bottom: 1px;
margin-bottom: 0;
font-family: Outfit-Regular, sans-serif;
font-size: 20px;
display: block !important;
margin-top: 1px !important;
}
.page-main > .columns{
......
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