Shape 5

Joomla Templates => Big Picture - Club => : desenfoque June 19, 2015, 02:40:57 AM



: Keep logo just in mainpage
: desenfoque June 19, 2015, 02:40:57 AM
Hello. I'm trying just to keep logo (a5_logo) just in mainpage, and not in the rest of the pages. What I do is to duplicate in "template manager" the big picture template. I activate one just for mainpage and the second one for the rest of the pages, that works, but I don't know how to delete logo just for the second opcion. If I do it in CSS (using display:none) I delete the logo in everywhere. I've been cheking in the template menu, but I can't find anything. Thanks for your support. Have a nice day.

My webpage is www.productoracanaria.com/epicurcelebracion


: Re: Keep logo just in mainpage
: mikenicoll June 19, 2015, 05:25:43 PM
Hello,

Use a module for the logo position via the "logo" position and then only assign it to specific menu items.


: Re: Keep logo just in mainpage
: desenfoque June 22, 2015, 04:12:49 AM
Thank you. One more question. How can I remove 5_header_area1?  It creates a white space between s5_menu_and_other and s5_top_row1 that I don't want. I can't find it in the template.css or Template Manager.

Thank you


: Re: Keep logo just in mainpage
: mikenicoll June 22, 2015, 11:58:56 PM
Hello,

You can't really remove that area as it is part of the templates core layout. You would need to remove the entire div in the index.php file. You can try using

:
#s5_header_area1 {display: none} 

But this might cause issues with the layout.

Regards,