How can I make the custom content for the home page follow my font settings for heading and content?
Hi Roman,
It’s davron.net, please let me know how we can make the custom content match our font settings (like headers and text).
Thank you very much.
Have you try to set it under theme settings for the particular section?
Yes I have, but it doesn’t recognize the font settings. The section title can be set, but the rest of the content doesn’t allow this.
Try this Additional CSS:
.home .t4p-row p {
font: 300 16px/1.5em Roboto;
color: #333;
}
That works, thank you!
Thank you! I’m having another issue with the custom content. I am using a Wide layout at 1600px, and the padding for the left and right margins of the Custom Content settings are taking the text all the way to the edge of the page. I’ve tried “Section Padding” in the Custom Content menu, but it’s not working. How can I fix this?
try this Additional CSS:
@media (max-width: 1600px) {
.t4p-row {
margin: 0 15px;
}
}
Great, thank you. Thank works perfectly!
The topic Custom Content Font Settings is closed to new replies