News:

AbanteCart v1.4.2 is released.

Main Menu
support

remove heading before product list

Started by kangana, April 03, 2014, 03:06:32 AM

Previous topic - Next topic

kangana

How to remove header for all pages to reduce space in between? - see attached

abantecart

I suggest you check firebug tool in firefox to inspect CSS and HTML.

kangana

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;
}

Forum Rules Code of conduct
AbanteCart.com 2010 -