• I have created a template that is supposed to have a different color text that my normal posts. However, even though it shows the correct color in the style sheet for that template, the text is coming up with my default post colors. The background is correct, but nowhere in the templates is changing the text working. I have to do it on each individual post block for it to work (which is one reason i wanted the template in the first place). I am not very familiar with CSS but am willing to try if that’s the only way. It just seems like something is glitching.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author DeoThemes

    (@deothemes)

    If you want to apply a different style of text to a new template you need to use editor and edit each paragraph individually. To apply it globally use CSS:

    .single-post p {
    --wp--preset--color--text-regular: red;
    } 

    Cheers.

    • This reply was modified 7 months, 2 weeks ago by DeoThemes.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Template Styles’ is closed to new replies.