• I have this site: Dee’s Ragnarok Online Journal and there are a few things i would like to revise.

    1) Heading at the top of the site. dee’s ro journal is in small caps. i believe that is the header 1 style. how do i edit that? if i do will it also effect the heading 1 styles within my posts?

    2) Directly below that i would like to add clickable buttons like: home, about, archives etc.

    3) add a actual footer box.

    help please!

Viewing 1 replies (of 1 total)
  • Hello there,

    Maybe I can help.

    1) What do you want do with the header?
    Looking at your site through firebug it seems your header is just an h1 class. So yes it will affect the entire site. My suggestion would be for you to find out what template or page name your home page is and use that. So for instance if the page is called home you would do this:

    .home h1 {
      CSS in here
    }

    Calling .home first means you *just* want to change the h1 on the home page and it won’t affect any other pages.

    2) That would be a menu widget but I’m not sure what theme you are using and if it would be even possible to add such a thing in. On your widget’s page you’d be looking for a widget place holder called “Before Head” or “After Head”

    3) By the looks of it on firebug, your footer is already there..however if you want a different footer I’d try adding a few widgets in the “footer widget area” to see where it pops up then style it from there.

    I hope I helped a little bit! ??
    Megan

Viewing 1 replies (of 1 total)
  • The topic ‘Customizing Chaotic Soul’ is closed to new replies.