Good day
How do I change the point at which the white gradient withing the background starts. I would like for the white gradient to start a little lower
- Samir Cassoo
-
- Commercial Templates
- Wednesday, 05 November 2014
- Subscribe via email
I'm researching the same problem. #container_top2_modules – # #8 (line 255) - the shading doesn't drop down when the content expands like it does in the demo. More noticeable is when the responsive version narrows and lengthens the content, the position of the shading stays the same.
- more than a month ago
- Commercial Templates
- # 1
Yes, ehoward
This is what I experience as well but using the showcase module position.
I will post here if I find a solution.
This is what I experience as well but using the showcase module position.
I will post here if I find a solution.
- more than a month ago
- Commercial Templates
- # 2
Hello
Presuming I understand you correctly have you considered simply editing the 'Header Height (px)' field on your templates parameters? Increase this figure to push the line down.
Ciarán
Presuming I understand you correctly have you considered simply editing the 'Header Height (px)' field on your templates parameters? Increase this figure to push the line down.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran
Thank you, this worked perfectly.
Is it possible lighten the gradient in the background?
Kind Regards
Thank you, this worked perfectly.
Is it possible lighten the gradient in the background?
Kind Regards
- more than a month ago
- Commercial Templates
- # 4
Hello
The gradient is created by the following CSS in your templates styles.php (line 171) which you can edit to your own taste...
Ciarán
The gradient is created by the following CSS in your templates styles.php (line 171) which you can edit to your own taste...
.body_grad {
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) <?php echo ($elementcolor8); ?>px, rgba(255,255,255,1) <?php echo ($elementcolor8 + 1); ?>px, rgba(165,165,165,0.9) <?php echo ($elementcolor8 + 2); ?>px, rgba(235,235,235,0.90) <?php echo ($elementcolor8 + 150); ?>px, rgba(235,235,235,0.9) 0px);
background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) <?php echo ($elementcolor8); ?>px, rgba(255,255,255,1) <?php echo ($elementcolor8 + 1); ?>px, rgba(165,165,165,0.9) <?php echo ($elementcolor8 + 2); ?>px, rgba(235,235,235,0.90) <?php echo ($elementcolor8 + 150); ?>px, rgba(235,235,235,0.9) 0px);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) <?php echo ($elementcolor8); ?>px, rgba(255,255,255,1) <?php echo ($elementcolor8 + 1); ?>px, rgba(165,165,165,0.9) <?php echo ($elementcolor8 + 2); ?>px, rgba(235,235,235,0.90) <?php echo ($elementcolor8 + 150); ?>px, rgba(235,235,235,0.9) 0px);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) <?php echo ($elementcolor8); ?>px, rgba(255,255,255,1) <?php echo ($elementcolor8 + 1); ?>px, rgba(165,165,165,0.9) <?php echo ($elementcolor8 + 2); ?>px, rgba(235,235,235,0.90) <?php echo ($elementcolor8 + 150); ?>px, rgba(235,235,235,0.9) 0px);
background-image: linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) <?php echo ($elementcolor8); ?>px, rgba(255,255,255,1) <?php echo ($elementcolor8 + 1); ?>px, rgba(165,165,165,0.9) <?php echo ($elementcolor8 + 2); ?>px, rgba(235,235,235,0.90) <?php echo ($elementcolor8 + 150); ?>px, rgba(235,235,235,0.9) 0px);
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran
Thank you for your prompt response.
This is probably a stupid question for you.
Do i edit css or styles.php?
Thank you for your prompt response.
This is probably a stupid question for you.
Do i edit css or styles.php?
- more than a month ago
- Commercial Templates
- # 6
- 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 »