[Resolved] changing Color of h6 in css

Home Forums Support [Resolved] changing Color of h6 in css

Home Forums Support changing Color of h6 in css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #917511
    Katharina

    Hi I want to change the color of my heading but it’s not changing.
    My CSS is

    .h6 {
        color:  rgba(142, 142, 142, 0.65);
    }

    But it’s not working, I properly doing something wrong

    #917564
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    h6 {
        color:  rgba(142, 142, 142, 0.65);
    }

    h6 is a HTML element so it doesn’t have the full stop like a .css-class

    #918050
    Katharina

    Thanks David,
    I thought that the dot has to be there

    Learned something new ๐Ÿ™‚

    #918258
    David
    Staff
    Customer Support

    You’re very welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.