Hi Guys,
I have tried to emulate a custom promo bar (i.e.: linking to a different URL to my main Promo Bar). I need this for just one page of my site, see: http://lazydaystest.lazydays.ie/vintage-vw-wedding-car-hire/
I have managed badly to create something that works sort of but wondered if you can help with the following:
1) Get the link text and arrow icon to change colour at the same time on hover.
2) Can the bg-colour of the containing full width text box be changed on hover to emulate the look of my main promo bar that appears on every other page of the site.
The badly wirtten CSS I have used so far is as follows:
.weddingPromo {
padding-top: 33px;
padding-bottom: 29px;
}
.weddingPromo a {
font-family: “Roboto Slab”, san-serif;
font-size: 26px;
line-height: 46px;
color: #ffffff !important;
font-style: italic;
}
.weddingPromo .sf-icon-icon-one.sf-icon-cont, .sf-icon-icon-one > i, i.sf-icon-icon-one {
color: #ffffff;
vertical-align: middle;
}
.weddingPromo a:hover, .weddingPromo a:hover > i {
color: #1f8a70 !important;
}
Fingers crossed you can help or come up with a better way of doing it!
Thanks
Sue