hi,
how i make fix width website with background? my website is: sama-mc.com/med/home/
how i remove the line comes under the menu: You are here:Home / Home
and how to make background inside the page to see it when scroll down? same this page: http://kriesi.at/themes/enfold/pages/team/
thanks
Hi diaarts!
1) You can go to Enfold theme options and choose Boxed Layout under Styling tab
2) Please add following code to Quick CSS in Enfold theme options under Styling if you would like to remove the whole bar
.title_container { display: none; }
and add this code if you would like to remove only breadcrumbs
.breadcrumbs { display: none; }
3) You should add Color Section element under Layout Elements to that certain page http://i.imgur.com/CVRHg0g.jpg
Cheers!
Yigit