Where can I remove the breadcrumbs (navigation) ???
Breadcrumbs
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in header.php delete/comment out following code:
//if we dont are located on teh frontpge and if there is no big slideshow availabel display breadcrumb if(!is_front_page() && empty($avia_config['slide_output'])) { echo "<div id='breadcrumb_wrapper' class='container'>"; new avia_breadcrumb(array('delimiter' => '/')); echo "</div>"; }Posted 1 year ago # -
Thank you Dude !
what should I do if I just need to give them more space between the main menu and the breadcrumb ??
I know is in the main css but were exactly ?
Thank You !
Posted 1 year ago # -
You can adjust the header height - use following code in css/custom.css and adjust the height value in the code below:
#header { height: 120px; }Posted 1 year ago #
Reply
You must log in to post.














