1. Kim
  2. Commercial Templates
  3. Friday, 06 December 2013
  4.  Subscribe via email
Dear Ciaran,

I have 2 questions,
1; is it possible to change the colour of the top section (the flag) into a colour which is not yet included in the template to match our logo?
2; if i scroll down, the top-menu and flag will still be visible. Is it possible that the top menu+flag will also scroll with the rest of the page? So they will not be visible anymore once you scroll down?

Thank you!

Kind regards,
Kim
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kim

1. Your only option would be to edit the background image for this are of your template directly. You will find it located at ../templates/j51_bordeaux/images/style1/header.png from the root of your Joomla installation (http://demo.joomla51.com/0087/templates/j51_bordeaux/images/style1/header.png).

2. Try adding the following to the Custom CSS field of your templates parameters...


#container_header {
height: 154px;
position: static;
}
#container_header {
height: 154px;
position: static;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks!
If I add the code, the space between the 'flag' and the slideshow gets much bigger. Where can I adjust that so it will remain the same? Now i have quite some empty space...
Again, thank you for your help.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kim

Would you have a URL to this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
the site is still local, but please find 2 screen shots enclosed.
1 in currect situation and second is with the Custom css.

regards,
Kim
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry... my fault... a bit of a typo in the CSS.

Use the following instead...


#container_header {
height: 154px;
position: static;
}
#container_spacer3 {
position: absolute;
top: 0;
}


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!