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
- TorstenL
- Commercial Templates
- Monday, 29 August 2016
- Subscribe via email
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)....
Ciarán
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
- more than a month ago
- Commercial Templates
- # 1
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. 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
- more than a month ago
- Commercial Templates
- # 2
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...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
many thanks for the update. When I put in the suggested code, the image disappears.
Best regards
Torsten
many thanks for the update. When I put in the suggested code, the image disappears.
Best regards
Torsten
- more than a month ago
- Commercial Templates
- # 4
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
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
- more than a month ago
- Commercial Templates
- # 5
Thank you Torsten
We have amended your custom CSS to the following...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »