Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6789
    Rideit NZ
    Member

    Hi guys, thanks for the great theme!!

    Website is going well but ive noticed that on my smartphone the logo isnt showing where on my computer its fine. Any reason for this?

    Have a few more Q

    How do I get rid of the word HOME (which is in blue) on my Home page but keep it in my menu bar?

    On my Home page i would like to have my Homepage Featured images/content and the bottom of the page and my Home Page where the Homepage Feature was. Pretty much just swap the two around?

    Is there a way to change text colour on different pages?

    Once again thanks guys

    #6790
    Rideit NZ
    Member
    #6808
    Sakin
    Keymaster

    @Rideit NZ: Your logo will not show in smart phone as you have added padding as below
    #hgroup-wrap { padding-left: 400px; }
    Remove that and it will be fine. If you want to add the padding then you have to adjust css all the way to responsive layouts.

    To get rid of the word HOME (which is in blue) on my Home page. Just add the following CSS in “Custom CSS” box in Theme Options panel.
    .home #primary .entry-title { display: none; }

    For swaping of content you need to build child theme and edit the code.

    Which color you want to change to and in which page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo gone on smartphone +few more Q’ is closed to new replies.