Jump to content

Recommended Posts

Posted (edited)

Hello

 

please see the  screenshot i wanna  hide it if possible  or  if there is no options to hide then how to remove it ..  ???

how to hide this.jpg

Edited by DoorMadeEasy
Posted (edited)
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
Posted
/**
 * 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

Posted (edited)

You need to add your background color where I mention #your-background-color in the rule above. Just replace this rule with that rule.

#ipsLayout_contentArea {
  border-top: 7px solid rgb( var(--theme-page_background));
}

 

Edited by DesignzShop
  • Recently Browsing   0 members

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