I need:
1) in header have the social icons in black with transparent header and in white with normal header.
2) in section “CONTACTA CON NOSOTROS” the icons of “facebook”, “twitter”, etc with circle in blue.
3) is posible vertical align centered in sections “mas razones” and “casos de exito” ?
Thanks so much!!
Xavier.
Hey xpoveda!
Thank you for using our theme.
In custom.css put the following and adjust px values:
ad 1)
#header.av_header_transparency .social_bookmarks{
color: #000;
}
ad 2)
I only see the text like Facebook, no icons. Is the link above correct?
ad 3)
#after_section_2 .avia-builder-el-8,
#after_section_2 .avia-builder-el-10,
#after_section_2 .avia-builder-el-12,
#after_section_2 .avia-builder-el-14{
margin-top: 32px;
}
#after_section_3 .avia-builder-el-19{
margin-top: 32px;
}
Cheers!
Günter
Hi Gunter, almost perfect…;)
1) in http://escalamas.com (transparent header page)
I like when the text menu is in black the hover is in orange.
When the text menu is in white (vertical scroll) now is ok.
2) in http://escalamas.com/aviso-legal/ (non transparent header page)
I like menu text color in white
Thanks so much!!
Xavier.
Hey Xavier!
Try adding this code to the Quick CSS:
.av_header_transparency .avia-menu-text:hover {
color: rgb(236, 105, 29);
}
.av_header_transparency .avia-menu-text {
color: black;
}
.avia-menu-text {
color: white;
}
Cheers!
Josue