Hi Guys,
How can i change the pink color ??
Links, Background, Etc...
Regards
.frontpage #comContentContainer .header.no-image {
background: transparent url(URL_TO_YOUR_IMAGE) no-repeat center center;
background-position: cover;
}
<img src="images/demo/header_bg.jpg" alt="" class="parallax-img" />
<div class="gkPage">
<h1 data-sr="enter bottom and move 50px">Product Landing Page theme</h1>
<h2 data-sr="enter bottom and move 50px and wait .2s">Advanced, unique and powerful premium theme</h2>
<a href="#" class="dark btn-border" data-sr="enter bottom and move 50px and wait .3s">Learn more</a>
</div>
<span class="mouse-icon"><span><span></span></span></span>
dziudek wrote:On this kind of pages currently you cannot use the header modules - we will add this feature in v.1.1.0 or in v.1.1.1. But I have an idea for a solution in your case.
1) Please assign a frontpage page suffix to your homepage menu item under the Features tab in the template settings
2) Please add the following code in the Custom CSS code option under the advanced settings tab inside the template settings:
- Code: Select all
.frontpage #comContentContainer .header.no-image {
background: transparent url(URL_TO_YOUR_IMAGE) no-repeat center center;
background-position: cover;
}