Change title default color

Home Forums Iconic One Pro Support Change title default color

This topic contains 5 replies, has 2 voices, and was last updated by  Themonic-Support 8 years, 9 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3534

    rimonh
    Participant

    Hi,
    How can I change the default color of titles inside post.
    For example I like the format title H1 to be alwayes on green instead of black.
    Thanks,
    Rimon.

    #3537

    Hi Rimon,

    We have added the code in this guide, see code at no. 10:

    Customization Guide for Iconic One Pro with CSS Codes

    #3556

    rimonh
    Participant

    Hi,
    Thanks a lot. It works fine. But I wanted to change the color
    of the header inside the post body.
    The H1, H2, H3 and H4 headers.
    Thanks, Rimon.

    #3561

    That can be done from the post editor itself, attaching screenshot:

    change heading color wordpress

    #3564

    rimonh
    Participant

    🙂 Sure I can change the color for each title. How do I change the DEFAULT color?
    Thanks,
    Rimon.

    #3565

    For default heading color:

    
    .entry-content > h1, h2, h3, h4, h5, h6 {
        color: #0099ff;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.