All Collections
Knowledge Base
Customer Inquiry: Can I change the font of tour title
Customer Inquiry: Can I change the font of tour title

Read this raw conversation between customer and support to find the answer you need.

Jade Caymo avatar
Written by Jade Caymo
Updated over a week ago

Question

I need to change the font of the tour title.


Answer

Use Custom CSS to write a special style for the tour title. For example, your custom CSS may look like this. Use the Chrome Inspector tool to confirm the class name.

.title {
font-family: sans-serif;
font-size: 26px;
color: red;
}

If you need our assistance we offer our development services for $60 an hour. This time estimate is 1 hour. Thank you.


We provide this raw question and answer between a customer and our support so you can learn more about our product. We hope this answer helps you. If you have any clarifiying questions or would like more detail, please chat us or call us anytime and reference this article.

Did this answer your question?