- Posts: 57
- Thank you received: 0
Space
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
1 week 21 hours ago #51781
by ijohnparton
Space was created by ijohnparton
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 57
- Thank you received: 0
6 days 21 hours ago #51787
by ijohnparton
Replied by ijohnparton on topic Space
Hi Milos
This is the link has requested - dev-website.uk/18 - if you look at the top bar you will see a phone number, and it also changes the font size and weight.
Thanks
This is the link has requested - dev-website.uk/18 - if you look at the top bar you will see a phone number, and it also changes the font size and weight.
Thanks
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
6 days 6 hours ago #51789
by milos
Hello,
Perhaps you used the paragraph block and added the class "fa-solid fa-phone" to it. Or you used a custom HTML block and added this code:
These approaches are not good. You should add custom HTML code block with this code inside:
Regards,
Milos
Perhaps you used the paragraph block and added the class "fa-solid fa-phone" to it. Or you used a custom HTML block and added this code:
Code:
<p class="fa-solid fa-phone" style='font-size:20px;'> 01647 839275</p>
These approaches are not good. You should add custom HTML code block with this code inside:
Code:
<p style='font-size:20px;'><i class="fa-solid fa-phone" style='margin-right:15px'></i>01647 839275</p>
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.234 seconds