Commit 8f97e049 by Manzar Hussain

hide title for product detail

parent 9eaf4e4f
.page-node-type-products #block-envigo-page-title,
.page-node-type-page #block-envigo-page-title, .page-node-type-page #block-envigo-page-title,
.page-node-type-article #block-envigo-page-title .page-node-type-article #block-envigo-page-title
{ {
...@@ -30,4 +31,4 @@ ...@@ -30,4 +31,4 @@
.nf_ic_box span img { .nf_ic_box span img {
width: 100%; width: 100%;
height: auto; height: auto;
} }
\ No newline at end of file
...@@ -83,26 +83,23 @@ ...@@ -83,26 +83,23 @@
</div> </div>
{% endif %} {% endif %}
{{ page.content }}
{{ page.content }}
{% if page.sidebar_first %} {% if page.sidebar_first %}
<div id="sidebar-first" class="column sidebar"> <div id="sidebar-first" class="column sidebar">
<aside class="section" role="complementary">
{{ page.sidebar_first }}
</aside>
</div>
{% endif %}
{% if page.sidebar_second %}
<div id="sidebar-second" class="column sidebar">
<aside class="section" role="complementary"> <aside class="section" role="complementary">
{{ page.sidebar_first }} {{ page.sidebar_second }}
</aside> </aside>
</div> </div>
{% endif %} {% endif %}
{% if page.sidebar_second %}
<div id="sidebar-second" class="column sidebar">
<aside class="section" role="complementary">
{{ page.sidebar_second }}
</aside>
</div>
{% endif %}
<!-- <div class="layout-container"> <!-- <div class="layout-container">
<div class="layout-content"> <div class="layout-content">
......
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