Hey guys this changes the size: .
phone-info {
font-size: 15px;
}
But when I add a link color, or a color it does pic up the color I want. How do I acheive this?
Thanks
Hi mmf1,
Please try the following instead:
.phone-info {
font-size: 15px !important;
color: red !important;
}
If that doesn’t work then please link to your site.
Regards,
Rikard
No that did not seem to work: url below…
Hi!
Please add following code to Quick CSS
.av_header_transparency .phone-info * {
color: white !important;
}
.phone-info * {
color: orange !important;
}
Cheers!
Yigit
Thank you Yigit Perfect!
Is there also a way to have a logo hang over the menu, like more verticle logo that does not have to have the menu get too tall, it could slide up and shrink. But on the main view of a page it would be on top of the menu like in the below?
Im converting this site to enfold by hand and they want the logo to be on top like it is here.