Support » Fixing WordPress » Some Adjustments to Sixhours theme, help needed

  • Hello

    I am currently developing a Photography showcase at http://thesaintlyones.cixx6.com/ using the “Sixhours” theme which I really like cause of the basic feel and look of the site however
    I am struggling with making a couple of adaptions

    A) Firstly I would like to remove the page titles I.e. “Home” from the pages, have tried a few suggestions on the web but nothing seems to work.

    B)I would also like to create a simple button horizontal menu just below the title line positioned left, Smaller size compared too “Photography Showcase” with links to About, Gallery and Potential Store Button in the future.

    Any help on this would be greatly appreciated

    Best Wishes
    thesaintlyones

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter thesaintlyones

    (@thesaintlyones)

    No replies ok……well I have managed to figure out the menu problem but am still unable to solve the issue with page titles

    any help greatly appreciated

    Try adding the following to style.css:

    .page h2.page_title {
    display: none;
    }
    Thread Starter thesaintlyones

    (@thesaintlyones)

    Hello sixhours

    Great theme by the way, I tried adding that code in style.css with no luck

    is there a particlular area I need to add it???

    TheSaintlyOnes

    Nope, it should work anywhere in style.css. Do you have a link?

    Oh, I just saw the first post… and got spammed when I tried to leave the site… not cool.

    I don’t see any titles on those pages though.

    Thread Starter thesaintlyones

    (@thesaintlyones)

    Hello

    Yes I apologise for the site, In all honesty was just using the host to test and work the site before shelling out on paid hosting, I guess that is why it was free!!!
    will have to look into a different host with wordpress support.

    The titles were there after I tried your suggestion originally but it seemed to work effectively after a few refreshes.

    Do you have a suggsetion as to how I can place the content in the middle as it seems to be justified on the left.

    (Just to clarify when you were spammed did you receive any unsolicited mail or just the redirect page when you pressed the back button…would like to complain to the host and would like to clarify the issues)

    Best Wishes
    TheSaintlyOnes

    Gotcha. I got a redirect page.

    You could try something like:

    .post {
    text-align: center;
    margin: auto;
    }

    But that won’t always work depending on how your content is set up within each post.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some Adjustments to Sixhours theme, help needed’ is closed to new replies.