1. rgroen
  2. Commercial Templates
  3. Monday, 26 September 2016
  4.  Subscribe via email
Is it possible to change the css so i will get the logo like the attachment?

Example: http://www.lermooser-tuifl.at/joomla51/joomla51.png
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to a live example of your current template header?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I want the logo as a overlay on the menu balk...
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Possible however overlaying your logo over the menu items will make the menu items unclickable?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
No other way? I dont like it when the grey balk is so big. If you know what i mean. Its nicer to have the logo as overlay...
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Ah my apologies... I actually thought the white writing was part of your logo! :blink: :blush:

Would you have a URL to an example of your logo and I will see what is possible?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters...


.logo img {
margin-bottom: -70px;
margin-top: -70px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, its working! Thanks...
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
How can i in responsive look disappear the transparant background of the menu? Have been looking but cannot find the class of this one.
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I am not sure if I understand you correctly. Would you have a screenshot indicating the area of the menu you wish to edit?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
See link. All i want is at responsive to hide the transparant balk. Were normally the menu is.

Image
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 1140px) {
#container_header {
display: none;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Thumbs up. Thank you for your help. :)
  1. more than a month ago
  2. Commercial Templates
  3. # 13
  • Page :
  • 1


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