Adding A Button In The Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Adding A Button In The Menu

Artur

Artur

Helix Framework 3 years ago

how to add a contact button as shown in the picture, i want to add an orange button can you help me

my site: https://coco.smarthost.pl/consulting/

https://coco.smarthost.pl/consulting/images/image.jpg

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #80591

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sp-megamenu-parent > li:last-child > a {
  line-height: inherit !important;
  padding: 10px 40px;
  background-color: orange;
  border-radius: 25px;
}
0
Artur
Artur
Accepted Answer
3 years ago #80702

thank you very much

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #80844

You are most welcome :)

0