• Hi everyone,
    I want to change headers (h3 and h5) color on grey 808080, font and spacing, but I can’t find where to do that. I was trying by custom css,but id doesn’t work.

    https://yonyonson.pl/dana/
    I need to change:
    DANA
    PROJEKT KREDENSU
    rok: 2013
    projekt wygral

    I would be really thankful for your help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • 
    
    h1.single_title {
        color: #808080;
    }
    #blog_cont h5 {
        color: #808080;
    }
    

    add to custom css

    Thread Starter perfumoholik

    (@perfumoholik)

    It works, thank you ??
    But now I wonder how to change the spacing, and font. Should this works?

    h1.single_title {
    color: #808080; spacing 10pix; font: roboto
    }
    #blog_cont h5 {
    color: #808080; spacing 10pix; font: roboto
    }

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    it’s “px”, not “pix” and “font-family”, not “font”, and “line-height”, not “spacing”.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t change headers color, spacing and font’ is closed to new replies.