Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174397

    Hi,

    which stye should I sue to un capitalize the headers and chance the colors. I see lot’s of options but cannot take of the ALL caps header.

    Thanks,
    D

    #174415

    Hey dhuet!

    Try this:

    h1{
    text-transform: lowercase;
    color: green;
    }

    Regards,
    Josue

    #174810

    it does not acknowledge the lowecase. I tried to look into all the HI tags on the style sheet but something is blocking the edits.

    #174828

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #174830
    This reply has been marked as private.
    #174838

    Hi!

    Use this code instead:

    h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
    }

    Best regards,
    Josue

    #175143

    That worked.Thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘HI tags and Ca’ is closed to new replies.