• My question is two fold actually.

    1. I’m just trying to figure out how to change the headers of the blog posts in classic chalkboard theme. I can’t figure out what the headers are called and I’ve searched all headers in the css.

    2. I want to move the menu to justify to the left hand side of the screen, as it looks funny centered under my logo.

Viewing 4 replies - 1 through 4 (of 4 total)
  • We’d need to see a live site to help with CSS – or using a browser tool like Firebug should show you the CSS you need to use.

    Thread Starter swapmeat

    (@swapmeat)

    https://www.dogeatworld.com

    I’m kind of over the font. I just don’t like that the menu is centered and I can’t find it in the code

    Thread Starter swapmeat

    (@swapmeat)

    …and of course as soon as I wrote that, I found the code and moved it. Still don’t like it though. Anyway, I can remove it from the top and just have it in my side bar? I know how to put it in my side bar, just don’t know how to remove it from the top….

    So you don’t want the menu across the top at all? You can hide it using CSS:

    .main-navigation a {
        display: none;
    }

    Note that any changes you make to theme files will be overwritten and lost when the theme is updated – so better to use a Child Theme or if just CSS changes, a custom CSS plugin or option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the font of the blog titles for "classic chalkboard" theme’ is closed to new replies.