cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove orbeon logo from published yforms on custom Storefront ?

Former Member
0 Kudos

Hi, Currently am working on hybris 6.5. I want to remove Header which have orbeon logo with it. I have published yform on custom storefront.

Accepted Solutions (0)

Answers (1)

Answers (1)

david_levy1
Explorer
0 Kudos

Add this to hybris\config\orbeon\forms\yourxyformsaddon\_root\style.css

 .orbeon .navbar-inverse .navbar-inner
 {
     display: none;
 }