1. Korax
  2. Commercial Templates
  3. Monday, 08 July 2013
  4.  Subscribe via email
Is it possible to remove the logo from Nocturn completely and perhaps have a slider ontop the width of the full page

if this makes any sense
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Korax

To remove the logo area from your template try adding the following to the Custom CSS field of your templates parameters...


#logo {
display: none;
}


To add an extension like a slideshow you must create a module position in the header area of your template. To do so may I suggest the following article.. http://www.joomla51.com/forum/support/commercial-templates/chimera-language-switcher#2211

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
hey Ciaran Thank you so much for your assistance its been so helpful but i am going to ask you one more thing ,

i have done what you have said , to the T and it worked, new module is there etc etc. but now!!! there is a problem with the layout
http://img707.imageshack.us/img707/6915/lu7.png <-- that is what mine is looking like atm ,,
im trying to go for
http://contractorgorilla.com/ that sort of look

thanks in advance and would defo be willing to contribute some how to you for your assistance
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Korax

The following CSS should help.. this CSS will extend the height of the header area of your template by 100px..


#container_header .wrapper960 {height: 300px;}
.hornavmenu {top: 250px;}


To increase this height add the same number to each of the values.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
hey ciaran.

worked perfectly , last question on this , how do i extend the size of the wrapper , extend the size of the menu, and after i added your previous code the menu stopped working

any ideas?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Would you have a URL to an example of your menu?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!