1. mmayer
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 12 January 2017
  5.  Subscribe via email
On the Nadia Template, is there a way to edit the top bar with the logo so that the square behind the logo is the same colour as the rest of the bar?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

.logo {
background-color: transparent;
}


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

While you are here, 2 more questions:

1) is there a way to make the header transparent and remove the white bar, to make it more seam less?

2) Is there a way to change the justification of the menu buttons so that they are closer to the logo?
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

#container_header {
background-color: transparent;
border: 0 none;
box-shadow: none;
}


2. Also add the following...

#container_hornav {
box-sizing: border-box;
padding: 0 50px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Is there a way to change the justification of the menu buttons so that they are closer to the logo?
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can use the following custom CSS where 50px is the distance of your menu items from the template wrapper (edit to taste)...

#container_hornav {
box-sizing: border-box;
padding: 0 50px;
}


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

Unfortunately this code is not working well.

It is shifting the hornav menu toward the logo, but it is also shifting the 2 tabs on the hornav that are on the right side of the logo away from the logo.

What I am trying to do is have all 4 menu buttons on the hornav, both left of log and right of logo to move closer to the logo. \

This code only works for one side, whilst pushing the entire hornav menu to the right.

It is also shifting the entire menu down wards and to the right.
Attachments (2)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you try the following instead...

.hornav > ul > li:first-of-type {
margin-left: 50px;
}
.hornav > ul > li:last-of-type {
margin-right: 50px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect. This works. Thanks sooo much for your ongoing support!!
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Great.. thank you for the update! :)

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


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