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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok