Can I, with this template, also assign a header image slideshow to the home page only ? I know how to do this (https://joomla51.com/tutorials/item/assigning-the-full-screen-header-option-to-the-homepage-only).
I know how to change the height also, f.i.
#header {
height: 400px;
}
I suppose I can use the standard logo for all other pages this way, but how can I keep all other pages the standard height ?
Really beautiful template !
Hello
Using the mentioned method you can also apply 'Custom CSS' and edit your header slideshow differently for each of your menu items.
Ciarán
Using the mentioned method you can also apply 'Custom CSS' and edit your header slideshow differently for each of your menu items.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello Ciaran,
As usual the solution was in front of my nose....
Thanks for your support and your beautiful templates.
As usual the solution was in front of my nose....
Thanks for your support and your beautiful templates.
- more than a month ago
- Commercial Templates
- # 2
Hello Ciaran,
I have now a different template assigned to the homepage, with 5 images in the header-slider and high 400 px. All other pages have 1 image in the header-slider and standard height. Works fine.
Is it possible to dissable this header-slider in responsive view, but only dissabled on the homepage ?
Thanks
I have now a different template assigned to the homepage, with 5 images in the header-slider and high 400 px. All other pages have 1 image in the header-slider and standard height. Works fine.
Is it possible to dissable this header-slider in responsive view, but only dissabled on the homepage ?
Thanks
- more than a month ago
- Commercial Templates
- # 3
Hello
Using the 'Custom CSS' fields in your 'Responsive Options' tab (homepage template parameters) try using the following...
Ciarán
Using the 'Custom CSS' fields in your 'Responsive Options' tab (homepage template parameters) try using the following...
#header {
height: 150px !important;
}
#vegas-slideshow {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Hello Ciaran,
Can you indicate in which css-file and line-number I can change the font-size of the logo-text as well as the slogan text ? or deliver me the custom css-code.
Thanks
Can you indicate in which css-file and line-number I can change the font-size of the logo-text as well as the slogan text ? or deliver me the custom css-code.
Thanks
- more than a month ago
- Commercial Templates
- # 9
Hello
To amend you can add the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To amend you can add the following to the Custom CSS field of your templates parameters (edit to taste)...
h1.logo-text a {
font-size: 34x;
}
p.site-slogan {
font-size: 11px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Hello Ciaran,
Works fine !
Thanks for your prima support.
PS. Is it a good idea to provide this possibility in the future in the template parameters ?
Works fine !
Thanks for your prima support.
PS. Is it a good idea to provide this possibility in the future in the template parameters ?
- more than a month ago
- Commercial Templates
- # 11
Thank you for the suggestion.
I have tagged this post and will ensure to add the feature in future template releases.
Ciarán
I have tagged this post and will ensure to add the feature in future template releases.
Ciarán
- more than a month ago
- Commercial Templates
- # 12
- 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 »