• Resolved Nuno Batalha

    (@nuno-batalha)


    Hi everyone πŸ™‚

    I want to follow the example from the demo.

    I want to change the heading and subheading of my main page.
    I was able to change that if I changed the website name.
    But in the demo the website name is diferent from the page heading.

    image to help: http://i.imgur.com/PJTYRCW.png

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You should look into the theme files(header.php – if the theme has one) and you will find out what is printing on that space.
    In demo it prints the category/section on page and I think it uses an SEO plugin for the page title

    Thread Starter Nuno Batalha

    (@nuno-batalha)

    Nothing done πŸ™

    It’s not a category page for the main page.

    What’s happening in your screenshot is that the theme automatically transforms your site title into all capital letters. To change that, get a custom CSS plugin and try:

    .page-title {
        text-transform: none;
    }
    Thread Starter Nuno Batalha

    (@nuno-batalha)

    That is not the problem.

    The problem is that I want to change the heading of the page and also add a subheading like in the demo. Where the rectangle is in the picture.

    Oops, that’s embarrassing.

    In your Dashboard, under Appearance > Theme Options > Blog, you’ll find two settings for “Heading” and “Subheading”. Whatever text you put there will appear in the marked place on your website.

    Thread Starter Nuno Batalha

    (@nuno-batalha)

    omg…

    Thanks! I was already editing the source code…

    Saved me some time πŸ™‚

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Theme: Hueman] Main page heading’ is closed to new replies.