How setting style #ffffff menu ?
Hey unicaweb!
Please go to Enfold theme options > Header > Transparency Options and change link colors to #ffffff :)
Best regards,
Yigit
Thanks!
Is possible change color background of DIV class “av-subheading” by admin theme or css customized ?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-subheading {
background-color:red !important;
}
Thanks,
Rikard
Yes but for only homepage header?
I need to set more bottom only heading and subheading for homepage bacuse is over the image.
Hey!
Please change the code to following one
.home .av-subheading {
background-color:red !important;
}
Best regards,
Yigit
Sorry but I need to move only .av-special-heading-tag more bottom and only for homepage, thanks.
Hey!
Please use following code instead
.home .av-subheading.av-subheading_below {
top: 20px;
position: relative;
}
Cheers!
Yigit
I need to move more bottom only this class “av-special-heading-tag” in homepage:
<h1 class=”av-special-heading-tag” itemprop=”headline”>xxx</h1>
Hi,
Try increasing the pixel value if the code Yigit gave you is working:
.home .av-subheading.av-subheading_below {
top: 50px;
position: relative;
}
Thanks,
Rikard
Yes, I need for this two class but only once not for other class in same page.
.home .av-special-heading-tag
.home .av-subheading.av-subheading_below