- Posts: 77
- Thank you received: 0
ADD Arrow
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
3 weeks 13 hours ago - 3 weeks 13 hours ago #51929
by ijohnparton
ADD Arrow was created by ijohnparton
Last edit: 3 weeks 13 hours ago by ijohnparton.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6845
- Thank you received: 726
2 weeks 6 days ago #51930
by milos
Hello,
Please edit the file /media/templates/site/coworking/css/custom.css and add this:
Now, you can add the class "btn-arrow" to all your buttons where you want to have an arrow.
Regards,
Milos
Please edit the file /media/templates/site/coworking/css/custom.css and add this:
Code:
button.btn-arrow::after, a.btn-arrow::after {
content: "\f061";
font-family: 'Font Awesome 6 Free';
font-weight: 700;
padding-inline-start: 10px;
}
Now, you can add the class "btn-arrow" to all your buttons where you want to have an arrow.
Regards,
Milos
Please Log in to join the conversation.
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 77
- Thank you received: 0
2 weeks 5 days ago #51931
by ijohnparton
Replied by ijohnparton on topic ADD Arrow
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6845
- Thank you received: 726
2 weeks 4 days ago #51932
by milos
Hello,
In the same file, below this:
Add this:
Regards,
Milos
In the same file, below this:
Code:
.carouselrow a.btn {
margin: 0 7px;
}
Add this:
Code:
.carouselrow a.btn::after {
content: "\f061";
font-family: 'Font Awesome 6 Free';
font-weight: 700;
padding-inline-start: 10px;
}
Regards,
Milos
Please Log in to join the conversation.
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 77
- Thank you received: 0
2 weeks 1 day ago #51933
by ijohnparton
Replied by ijohnparton on topic ADD Arrow
Please Log in to join the conversation.
Time to create page: 0.186 seconds