1. Turbomay
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 19 April 2021
  5.  Subscribe via email
Hello Ciaran,

how can i change the color of the line under the logo? Please take a look at the attachment:

Thank you for your support.

Best regards, Frank
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(Edit to taste)

.header_bottom {
border-color: #000;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It works perfect. :D

Thanks Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry for hijacking this thread but I've also a question concerning the LAYLA template ;)

I've already tried some suggestions (found in the forum) but none worked. On the desktop version I want to move the logo from the left to the right side. On the mobile version, it should be centered.

Regards,
Manfred
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Manfred

Would you have a URL to an example of your site/logo?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

I've sent you a private message.

Best regards,
Manfred
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.logo {
display: flex;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.logo {
justify-content: center;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Thank you very much!!

I have another short question. Is it possible to add a background image for the free space beside of the homepage area. The template width is currently 1290px and we want to fill up the free space.

Manfred
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Manfred

Would you a URL to an example of the area you wish to apply a background image to?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

it's the same URL as for the logo-changes. If you have a screen resolution higher than 1290px, you see a white area left and right of the website. We would like to add the background picture to this empty space.

Manfred
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Manfred

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Replace # with the URL to your image.

body {
background-image: url('#');
background-attachment: fixed;
background-size: cover;
}
body > * {
max-width: 1290px;
margin: 0 auto;
}
.body_bg {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 10
  • Page :
  • 1


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