Jump to content

How to hide this in my page ?


Recommended Posts

26 minutes ago, DoorMadeEasy said:

Thankyou it work but now  its go all the way up to touch the header is it possible to keep it in the same place just to hide it ?

You could add a border

#ipsLayout_contentArea {
  border-top: 7px solid #your-background-color;
}

The 7px can be changed to a higher number for more distance or lower number for shorter distance

Edited by DesignzShop
Link to comment
Share on other sites

/**
 * This file is for your custom CSS.
 * This file is not modified or overwritten during upgrades
 */

.ipsBreadcrumb.ipsBreadcrumb_top {
  display:none;
}


.ipsBreadcrumb.ipsBreadcrumb_bottom {
  display:none;
}

#ipsLayout_contentArea {
  border-top: 7px solid #your-background-color;
}

 

this is  what my custom.css look like  but see the screenshot it still  go all the way up

header111.png

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...