- Posts: 91
- Thank you received: 0
ADD Arrow
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
1 month 3 weeks ago - 1 month 3 weeks ago #51929
by ijohnparton
ADD Arrow was created by ijohnparton
Last edit: 1 month 3 weeks ago by ijohnparton.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6877
- Thank you received: 728
1 month 2 weeks 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: 91
- Thank you received: 0
1 month 2 weeks 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: 6877
- Thank you received: 728
1 month 2 weeks 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: 91
- Thank you received: 0
1 month 2 weeks ago #51933
by ijohnparton
Replied by ijohnparton on topic ADD Arrow
Please Log in to join the conversation.
Time to create page: 0.375 seconds