Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #250458
    ndpendantArtists
    Participant

    When I changed my site to static homepage instead of having the default blog as home page, it began displaying a large black block with the title “Archives” (https://nonduo1.com/blog/) I’ve tried Header-featured-image / disable. I’ve searched and tried many things and nothing seems to affect this.Is there any way to get rid of the black block and “Archives” on the header?

    Thanks
    Paul.

    #250489
    Skandha
    Participant

    @ndpendantartists: Hello Paul,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .custom-header.header-media {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #250551
    ndpendantArtists
    Participant

    That worked. Thanks Skandha. Am I able to translate the same css to other pages by just replacing “blog” with the page name?

    #250576
    Skandha
    Participant

    @ndpendantartists: Hello Paul,
    Yes you can do that.

    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/my-music-band/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! 🙂

    Kind Regards,
    Skandha

    #250637
    ndpendantArtists
    Participant

    I will, thanks. Add’l question… Am I able to translate the same css to other pages by just replacing “blog” with the page name?

    #250638
    ndpendantArtists
    Participant

    Add’l question #2. Have you found any problems with Woo Commerce conflicts? I’m having trouble with a products page and getting “Go to cart” to appear after someone pushes “Add To Cart”. I had to just manually add a button entitled “Go To Cart”, but that’s just a workaround.

    #250639
    ndpendantArtists
    Participant

    And so far, regarding Add’l Question #1, changing the page title on the code you supplied hasn’t worked to remove the black block on other pages. I also am struggling with the entire header being out of line with the rest of the site. nonduo1.com/merch/ Logo is HUGE for no reason.

    #250680
    Skandha
    Participant

    @ndpendantartists: Hello Paul,
    To translate the css to other page you will need to use the page ids and and the page names. Let me know where you would like to use the CSS so that I can help you out.

    Regarding the WooCommerce conflict I suggest you to use WooCommerce products.
    Go to => Dashboard => Products => Add all your products here.

    For the logo issue on Merch page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce img, .woocommerce-page img {
        max-width: 250px;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #250701
    ndpendantArtists
    Participant

    Yes, you’ve done it again. Thank you. I didn’t need to try out the Page IDs/names. I found that those pages obey the “disable” command on Header Featured Image Options, unlike the blog page. Thank you!

    #250723
    Skandha
    Participant

    @ndpendantartists: Thank you for your wonderful review. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    #250773
    webicity
    Participant

    RE: My Music Band (free)

    I need to remove the NEWS section title on the posts page

    <div id=”primary” class=”content-area”>
    <main id=”main” class=”site-main”>
    <div class=”archive-posts-wrapper”>
    <div class=”section-heading-wrapper”>
    <div class=”section-title-wrapper”>
    <h2 class=”section-title”>News</h2>

    How can I do that?

    https://wofseymusic.com/services/

    #250896
    Skandha
    Participant

    @webicity: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .section-title {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #251061
    webicity
    Participant

    That works great!

    https://wofseymusic.com/services/

    Now, how can I remove the “support_i59mez8q”? (link to nowhere)

    #251086
    Skandha
    Participant

    @webicity: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .byline {
        display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘“Archives” page title’ is closed to new replies.