Tagged: ismael
Hi,
How is it possible to get the headerphoto of the homepage the same as http://bodyworxhealthcare.co.nz/.So with the call to action at the right side and a big tekst at the right side with the colour. Please have a look at http://dgcturnen.herderbeeldentekst.nl/ and tell me how I have to change this.
Thanks in advance.
Hey Anne-lys87,
as far as I can see it, you already did it. If not: what else and exactly do you want to achieve? a mockup showing the results would be helpful to us.
Best regards,
Andy
Hi Andy,
Thanks for your respons.
I want to have this:
– A blew line under DGC Turnen (the same as http://bodyworxhealthcare.co.nz/)
– There must be less space between the kop and tekst ‘nét iets meer dan turnen’
Thanks in advance
Hi,
Thank you for the info.
Please add this css code in the Quick CSS field.
.av-special-heading:after {
content: '';
width: 200px;
height: 10px;
background: blue;
display: block;
margin-top: 10px;
margin-left: 60px;
}
The line is going to be applied on every special heading element so you have to enable the custom css class field.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Apply a unique class attribute to the special heading.
Best regards,
Ismael