Hi guys,
Would like to style “Shop now” button in the Announcement Bar to look like a button. And reduce arrows size.
Thank you,
Hi guys,
Would like to style “Shop now” button in the Announcement Bar to look like a button. And reduce arrows size.
Thank you,
hello @Alliance
Step 01:
this idea helps you
Hello @Alliance
I would like to give you a solution to support you:
<style>
.giraffly_announce_two {
line-height: 25px;
padding-left: 15px !important;
padding-right: 15px !important;
border-radius: 6px !important;
}
.swiper-button-prev:after, {
font-size: 24px !important;
}
.swiper-button-next:after {
font-size: 24px !important;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
The button still not styled, arrows are not in the middle of the bar.
try this code
.swiper-button-prev:after, .swiper-button-next:after,{ font-size: 16px; padding: 5px; display: block; } .giraffly_announce_two { padding: 3px 20px 6px; }Only one thing, the left hand side arrow is bigger than the one on the right hand.
try this update code
.swiper-button-prev:after, .swiper-button-next:after,{ font-size: 16px; padding: 5px; display: block; }<style>
.swiper-button-prev:after {
font-size: 24px !important;
}
</style>
@Alliance
Please Like our Solution. This means alot to me.