Hi. There are over 50 fonts in Theme panel > Theme Fonts. Do you have a tutorial that matches these fonts with the appropriate block?
In particular, I am interested in the following:
1. Blocks > Slide
Need to change the font-family of the title.
2. Blocks > Block 13
Need to change the color of the title
3. Links
Is there a way to change the link colors only?
At the moment, I changed “General theme colors > Theme accent color” but this affects the whole website.
4. Go-to-top arrow (bottom-right corner)
Same issue. I changed “Theme accent color” to blue. This is a good color for the links. But the Go-to-top arrow should be black or gray.
5. Font color
How can I change the color of <p> <h2> <h3> in posts and pages?
p.s. Very impressed with the theme. Even the staging website is fast.
Hi,
Almost all the fonts for the elements in the website structure can be changed in the theme panel. You will have to try different fonts and choose what you think will match the desired look for your website.
1. The Slider element font can be changed here – https://www.screencast.com/t/JY8T4WvRb depending on the column layout for the Slide.
2. You can change each of the block titles in their settings, in Visual composer
– https://www.screencast.com/t/6Bqqs8M6
3. That depends on where you would like to change the links color. These will inherit the theme accent color, there is no setting to change them individually except through Css code. For the posts you can change them in the post edit section – https://www.screencast.com/t/x3VlnkozUHr9
If you would like some help, please provide information about where exactly you want to change the link color, and I will try to give you a solution.
4. You could change the scroll to top color using a code like this – https://www.screencast.com/t/CvU5ffiAv
You can change the color to what you think it’s best to use. The code must be entered in Theme panel->Custom Css
– https://www.screencast.com/t/rRX4jhf111BH
.td-scroll-up {
background-color: grey;
}
5. The font color for the post content as well as the headings can be changed here
– https://www.screencast.com/t/J1BShNY7G
Please let us know if you have further questions or need further clarifications.
Thanks