Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #305600
    rchwallace
    Participant

    Hello,

    I have been hammering away trying to figure this out and honestly am just ‘at the end of my day’.  So I will post and sleep, so quick responses although appreciated are not required.

    I am having some issues with my Header with the free theme.  Using CSS I was able to remove titles from the pages which was great.  I was also able to find additional information to remove so that my blog post titles are also not shown on the Header… BUT… for the life of me I can not figure out how to get rid of the date that seems to remain on the Header.

    Additionally I do not seem to have any (non coding) way of editing the size of my site logo.  It does not matter what size logo I edit and upload whatever I select displays the same and does not have any slider or editing that I can find.  The logo is ok… like it will work but it would be so much better if it was smaller and I likely would not of spend the last 2 hours trying to get rid of the text that is displaying under it.

    So far the only pages giving grief on my new design are the blog pages:  Blog Post  Look at the logo, the date is under the logo and just sticking out at abit.  This post is a basic early one …. so I know the image is pixilated. 😉

    #305628
    tikaram
    Keymaster

    @rchwallace : To remove the date from the header please add the following additional css.

    .custom-header-media .entry-meta {
      display: none;
    }

    To reduce the size of the logo please add the following additional css.

    .custom-logo {
      max-width: 150px;
    }

    Regards,
    Tikaram

    #305630
    rchwallace
    Participant

    Hey

    Ok thanks I will put it in and check it out.  Sorry for what appears to of been a real noob question.  I am familiar in concept with CSS but I am not a coder by any means so am greatly appreciative of all that you guys create for us.

    I will likely be getting the paid version after I build and test a bit more.  I dont really think I have the traffic to warrant the additional expenditure but it does seem to add quite a bit of versatility.

    #305631
    rchwallace
    Participant

    Thanks Tikaram…

    You are the man.  This new web design process will mean that I will put the time in to learn more and more but I thank you sincerely.

    Cheers

    #305730
    tikaram
    Keymaster

    @rchwallace : Glad to know that the issue has been resolved. Let me know if you need any further assistance.

     

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Logo and Title Info Text Conflict’ is closed to new replies.