• Resolved jackrothschild

    (@jackrothschild)


    Hi

    A simple edition would be to off light/dark, white/black text options for TOS and PP Headings. I have the Privacy Statement in a black background footer, and the title doesn’t really show up so it just looks like a big line space. Also, an even better alternative would be to simply allow the title to be turned off. I have the shortcake in a Text Widget that has its own title option, so I can customize all the text from the Theme if the title could be turned off.

    Jack

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jack.

    Thanks for your feedback.

    You can use CSS to make these customizations.

    Examples:

    1) hide the titles

    h2#atospp-terms,
    h2#atospp-privacy {
    display: none;
    }

    2) make the titles white

    h2#atospp-terms,
    h2#atospp-privacy {
    color: white;
    }

    I hope this helps you.

    Since I haven’t heard back from you in a while, I’ve marked this thread as Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Text Color Of Title’ is closed to new replies.