Author Topic: remove heading before product list  (Read 3809 times)

Offline kangana

  • Newbie
  • *
  • Posts: 27
  • Karma: +2/-1
    • View Profile
remove heading before product list
« on: April 03, 2014, 03:06:32 AM »
How to remove header for all pages to reduce space in between? - see attached

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: remove heading before product list
« Reply #1 on: April 03, 2014, 09:38:15 AM »
I suggest you check firebug tool in firefox to inspect CSS and HTML.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline kangana

  • Newbie
  • *
  • Posts: 27
  • Karma: +2/-1
    • View Profile
Re: remove heading before product list
« Reply #2 on: April 11, 2014, 01:09:51 AM »
I figured this one - in style.css, search for 'heading1' and add last line as 'display: none;'
also add ; after 34px

.heading1 {
   margin-bottom: 20px;
   border-bottom: 1px solid #efefef;
   margin-top: 0;
   font-size: 34px;
   display: none;
}

 

Powered by SMFPacks Social Login Mod