1. TorstenL
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 29 August 2016
  5.  Subscribe via email
Hi there,

I´ve added a new icon to the social media icons but can´t change the hover colour, tried it with a few browsers (Edge, Firefox, Internet Explorer), the only colour I can choose is black:
[img size=400]http://imgur.com/a/6LiXv[/img]

Second thing, where can I change the height of the header bar:
[img size=400]http://imgur.com/a/2l5SI[/img]

Many thanks
Torsten
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Torsten

1. Would you have a URL to an example of this issue? There is currently an issue with Joomla regarding the color field in a repeatable form type. This issue will be amended in the next Joomla update. In the mean time you can set the color using CSS.

2. To edit your header height try adding the following to the Custom CSS field of your templates parameters (edit to taste)....


#header {
height:240px;
}


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

1. Sure, here you go:
I´ve added the colour for the email icon to the nexus.css now.

2. Also added the code to the "Custom CSS field" and that´s working. But how can I turn off that "Magnifying Effect":
[img]http://imgur.com/a/gxaHE[/img]

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

2. By default the header image background-size property is set to 'cover' which ensures the image fills this area on all screen sizes. To disable this you can add the following to the Custom CSS field of your templates parameters...


.vegas-slide, .vegas-slide-inner {
background-size: auto auto !important;
}


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

many thanks for the update. When I put in the suggested code, the image disappears.

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

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

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

email sent.

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

We have amended your custom CSS to the following...


.vegas-slide, .vegas-slide-inner {
background-size: auto auto !important;
background-position: 50% 0% !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Many thanks, Ciarán, that is working now.

Cheers
Torsten
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


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