Hi,
I use an image as a logo but it is put too low
http://www.megarevma.gr/thegwproject/
Could you please advise?
Also how can I change the font colour of the menu from white to sth else?
Thank you in advance,
Eri
- erikoraka
- Commercial Templates
- Thursday, 13 August 2015
- Subscribe via email
Hi Eri
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
[class^="social-"] a, [class*=" social-"] a {
background-color: transparent;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello Ciaran!
Please tell me how to change the background color of the social icons, shown when the mouse is not over them, so as not to be different from the color of the illustration on the back, in the following url:
http://www.gw-thegreekwineroutes.com/en/test-template
Thank you in advance.
Best regards,
Eri
Please tell me how to change the background color of the social icons, shown when the mouse is not over them, so as not to be different from the color of the illustration on the back, in the following url:
http://www.gw-thegreekwineroutes.com/en/test-template
Thank you in advance.
Best regards,
Eri
- more than a month ago
- Commercial Templates
- # 2
Hi JT
The issue is your background is going to be cropped differently depending on the screen size it is been viewed on. One solution would be to set a max-width to your header image equal to that of your background image (edit to taste)...
If you have a page using the full screen option you will need to create a new template style for it to which the above CSS will not be added... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
The issue is your background is going to be cropped differently depending on the screen size it is been viewed on. One solution would be to set a max-width to your header image equal to that of your background image (edit to taste)...
#container_header {
background-position: 50% 0% !important;
background-size: auto auto !important;
margin: 0 auto;
max-width: 1100px;
}
If you have a page using the full screen option you will need to create a new template style for it to which the above CSS will not be added... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Nope that did not work right either. You were right about the parallax. So what dimensions would be idea for using as headers if I'm not using full image except for only the home page?
JT
JT
- more than a month ago
- Commercial Templates
- # 4
Hello
Try the following Custom CSS instead. Note this will disable the parallax effect...
Ciarán
Try the following Custom CSS instead. Note this will disable the parallax effect...
#container_header {
background-position: 50% 0 !important;
background-size: auto auto !important;
padding-top: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Ciarán,
This had no affect on the image and it is now just super magnified. The original image is 1100px X 325px.
http://69.167.136.231/~freedomairhelos/index.php/about-us
This had no affect on the image and it is now just super magnified. The original image is 1100px X 325px.
http://69.167.136.231/~freedomairhelos/index.php/about-us
- more than a month ago
- Commercial Templates
- # 6
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
#header {
height: 325px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Ciaran,
How can I adjust the height of the static header image. I have an image that is 1100px wide and I want it to be 325px height, but it is seems to be stuck at 262px height. Just need to know which file and where to adjust height because I notice that it is set to auto.
How can I adjust the height of the static header image. I have an image that is 1100px wide and I want it to be 325px height, but it is seems to be stuck at 262px height. Just need to know which file and where to adjust height because I notice that it is set to auto.
- more than a month ago
- Commercial Templates
- # 8
Hi Eri
The header of our Boss template can only contain a static single image which can be set within the 'Style' tab of your templates parameters.
Ciarán
The header of our Boss template can only contain a static single image which can be set within the 'Style' tab of your templates parameters.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank you Ciarán!
Could you also tell me if I can adjust a Header image slideshow in the Boss template?
Thank you again for all your help!
Kind regards,
Eri
Could you also tell me if I can adjust a Header image slideshow in the Boss template?
Thank you again for all your help!
Kind regards,
Eri
- more than a month ago
- Commercial Templates
- # 10
Hi Eri
You can edit the Y position of your logo via the 'Logo' tab of your templates parameters. For your site this currently appears to be set to 102px. Try changing it something like 10px.
Menu item color can also be changed in the 'Menus' tab of your templates parameters (Hornav Text Color).
Ciarán
You can edit the Y position of your logo via the 'Logo' tab of your templates parameters. For your site this currently appears to be set to 102px. Try changing it something like 10px.
Menu item color can also be changed in the 'Menus' tab of your templates parameters (Hornav Text Color).
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- 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 »