Resolved How do I hide the 'Home' titleBar on a widget page?

Discussion in '[bd] Widget Framework' started by alfa1, Sep 3, 2016.

  1. alfa1

    alfa1 Active Member

    I would like to hide the text 'Home' on my homepage. It appears in the titlebar because this is the title of the widget page node.
    Is there something I can add to extra.css to hide the .pagecontent .titlebar for this page only? Or some other way?
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Hi there,

    You can hide it with CSS, something like this

    Code:
    .nodeX .wf_widget_page .titleBar { display: none; }
    Where X is your widget page id.
     
    alfa1 likes this.
  3. alfa1

    alfa1 Active Member

    Thanks!
     
Loading...