Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #310292
    Kunzibert09
    Participant

    Hi there,

     

    recently I startet with my first wordpress page. I startet with the Music Journal Theme.

    https://www.dosenbier-band.de

    Like I wrote in the title, I have two questions.

    1. Is it possible to remove the author and date metas from any posts on my website? I think it looks way more professional without this feature. I allready tried some plugins but none of theme worked.

    2. Is it possible to resize the logo above the main menu? The file I uploaded is about +2000px wide but the theme scales it down.

    Thanks for your Help!

    #310294
    Sakin
    Keymaster

    Hi @kunzibert09: Thanks for using the Music Journal theme. Let me answer your questions:

    1. Yes, you can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    /* Hide Header author and date */
    .entry-header .entry-meta {
     display: none;
    }

    2. Please upload the logo image size that you want to display as uploading a larger image size will increase your site loading time. Also, you can change the width of the image size using the CSS. You can change the width in the following CSS, where I have increased the default size of 180px to 320px and then add it in the “Appearance => Customize => Additional CSS” box:

    /* Logo Image Size */
    .custom-logo {
     max-width: 100%;
     width: 320px;
    }

    Regards,
    Sakin

    #310356
    Kunzibert09
    Participant

    Hi @Sakin. Thanks for your answer.

    1. works. Very nice!

    2. at first it was working. Then, as you recommended, I changed the image for the header logo and removed the old file. Now the logo (below the video) is gone on all pages. I think in the source code the area of the logo is also gone. I hope I have not broken too much….

    Thank you!

    #310374
    Sakin
    Keymaster

    Hi @kunzibert09:

    The logo in the Header Video is from “Appearance => Customize => Header Media => Header Media Logo”. Also, that logo size is 3600px width which is too high for speed optimization as it only displays the width of 480px. So, it’s best to use the image with a width of 480px.

    About the logo on the  pages, that is from “Appearance => Customize => Site Identity => Logo“.

    Regards,
    Sakin

    #310380
    Kunzibert09
    Participant

    Thank you. All problems are solved!

    #310390
    Sakin
    Keymaster

    Hi @kunzibert09:

    Thanks for using the Music Journal theme. Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/music-journal/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Sakin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove author and date from posts + how to resize the header media logo’ is closed to new replies.