• Closed
  • Leah Stevens
    Spectator
    November 9, 2018 at 5:37 pm #40825

    How can I make the custom content for the home page follow my font settings for heading and content?

    Roman
    Spectator
    Posts: 3147
    November 9, 2018 at 7:24 pm #40826

    please provide the website URl. thanks

    Leah Stevens
    Spectator
    Posts: 5
    November 12, 2018 at 7:36 pm #40857

    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.

    Roman
    Spectator
    Posts: 3147
    November 12, 2018 at 7:47 pm #40858

    Have you try to set it under theme settings for the particular section?

    Leah Stevens
    Spectator
    Posts: 5
    November 12, 2018 at 7:48 pm #40859

    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.

    Roman
    Spectator
    Posts: 3147
    November 12, 2018 at 8:32 pm #40860

    Try this Additional CSS:

    .home .t4p-row p {
        font: 300 16px/1.5em Roboto;
        color: #333;
    }
    Leah Stevens
    Spectator
    Posts: 5
    November 14, 2018 at 4:43 am #40879

    That works, thank you!

    Leah Stevens
    Spectator
    Posts: 5
    November 14, 2018 at 4:47 am #40880

    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?

    Roman
    Spectator
    Posts: 3147
    November 14, 2018 at 9:52 am #40881

    try this Additional CSS:

    @media (max-width: 1600px) {
      .t4p-row {
        margin: 0 15px;
      }
    }
    Leah Stevens
    Spectator
    Posts: 5
    November 14, 2018 at 11:24 pm #40908

    Great, thank you. Thank works perfectly!

    Roman
    Spectator
    Posts: 3147
    November 15, 2018 at 9:10 am #40909

    glad it’s solved 😉