ruby on rails - Hide page title from all pages, refinerycms -
i using refinerycms 2.1.0. how can remove page "company name" title pages,
overrided home page passed :hide_sections => :body_content_title render
'/refinery/content_page'. not working.
from guides, 1 of chief maintainers of refinery cms, says:
add content_for :body_content_title block in template you’re including from. make blank , tell _content_page partial hide empty sections passing :locals => {:hide_sections => [:body_content_title]}.
i think might trying remove site name header. give try...
$ rake refinery:override view=refinery/_header.html
Comments
Post a Comment