Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27955

    Greetings!

    I really do love this theme!!!! It is beautiful!

    I have been scouring through this support site for advice and for someone to have asked this question…and wish to goodness I could find a way to do this without having to ask for help, but alas…I have not been able to find the answer or have any success with attempts I have made.

    I want to be able to define the font properties (font size, font family, etc.) for the header, footer and possibly other areas around the site.

    I can’t seem to locate the area where the code should be updated. I have tried copying snippets into the CSS quick box, under styling, but that doesn’t seem to do anything.

    Thank you sooooooooo much in advance!

    #135962

    I’m having this same issue!

    I appreciate your help.

    #135963

    Hi tjayowen,

    It really depends on exactly what you want to alter. Generally you can do things like:

    #top h3 {
    color: #333;
    }

    However, if there is something else that is more specific then the css would need to be altered for that item with another level of selector.

    So you might need to do:

    #top #footer h3.widgettitle {
    color: #333;
    }

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Editing Font Attributes Throughout The Site’ is closed to new replies.