I know a quick fix would be to add a custom CSS, but I was wondering if there's a more efficient turnaround like creating a template and using that template for the Downloads pages so that products appear on a cleaner view. If CSS is the only workaround, can you please share with me the EXACT CSS code so I can hide: 1) header
2) sidebar (all of it)
3) the author bio at the end
Also how can I make the book cover look smaller and not occupy all the page? Is there a way to center the purple button and make the font bold and bigger? Thank you,
To create a custom template for Downloads pages in Easy Digital Downloads (EDD) that removes the sidebar, author bio, and provides a clean layout without relying on custom CSS, you can create a specific template file for single download pages in your active theme or child theme.
Here are the steps:
Locate the single.php file in your parent theme folder.
Copy this single.php file into your active child theme folder.
Rename the copied file to single-download.php.
This new single-download.php template will be used by EDD to display single download product pages instead of the generic blog post template.
To remove the sidebar and author bio:
Open single-download.php and remove or comment out any calls to get_sidebar() to eliminate the sidebar.
Remove or comment out any code related to displaying the author bio.
This approach gives you a clean layout specifically for your download product pages without needing custom CSS.
In this case, I recommend building a custom single post template using Elementor, then assigning it to your custom Download post type by going to Appearance → Customize → Single Posts → Custom Post Types Builder.
But just for this https://mayneza.com/downloads/diario-de-gratitud/ page the scenario is different, so if I do what you're suggesting me do, would the change ONLY apply to this page, or to all single article post pages like the one I showed earlier?
No, it only applies to the post type you’ve assigned. For example, if you assign a custom template for the Download post type, it won’t affect the Single Blog Post type.
Since now I have a store and will sell through Easy Digital Downloads, I want to add the typical payment methods in the footer and the SSL secure icon. The only way I could fit that into the footer was to add it as a logo. It looks great. The problem? It's clickable and goes to the Home Page, which I suppose is the idea for that logo feature. How can I either:
A) Remove the home page link, not clickable
B) Insert those logos (PNG transparent) in the same position in the footer.
Hi! I just spotted that after doing this, now all blog entries are not displaying and have inherited the edits of the Download Page, which was precisely my fear.
Thanks, do you know how, from the theme options (no css if possible) we can hide the beadcrum / navigation in single posts as shown in the attached image? I think a while ago I saw this as an option but right now I'm not being able to find it :/ Thanks!
Hi,
I'd like this page https://mayneza.com/downloads/diario-de-gratitud/ to look like this other one: https://mayneza.com/descargar-cuadernillo-gratitud/ with this type of header, no side bar, no author bio at the end, more clean and neat. It's a "Downloads" page with the plugin Easy Downloads .
I know a quick fix would be to add a custom CSS, but I was wondering if there's a more efficient turnaround like creating a template and using that template for the Downloads pages so that products appear on a cleaner view. If CSS is the only workaround, can you please share with me the EXACT CSS code so I can hide: 1) header
2) sidebar (all of it)
3) the author bio at the end
Also how can I make the book cover look smaller and not occupy all the page? Is there a way to center the purple button and make the font bold and bigger? Thank you,
Attached files: Captura de pantalla 2025-10-06 a las 21.11.01.png
It may be something around these lines:
To create a custom template for Downloads pages in Easy Digital Downloads (EDD) that removes the sidebar, author bio, and provides a clean layout without relying on custom CSS, you can create a specific template file for single download pages in your active theme or child theme.
Here are the steps:
This new single-download.php template will be used by EDD to display single download product pages instead of the generic blog post template.
To remove the sidebar and author bio:
This approach gives you a clean layout specifically for your download product pages without needing custom CSS.
For more details, you can refer to the documentation here: https://easydigitaldownloads.com/docs/template-files-for-download-product-pages/
Hi,
In this case, I recommend building a custom single post template using Elementor, then assigning it to your custom Download post type by going to Appearance → Customize → Single Posts → Custom Post Types Builder.
Please follow the detailed instructions in the document at this link: https://soledad.pencidesign.net/soledad-document/#posts
Regards,
PenciDesign.
Thank you! but if I do that, wouldn't all single post (blog articles) change layout as well?
For example, I do want this blog article, single post, to stay exactly the same: https://mayneza.com/frases-estoicas-estoicismo/ - with side bar, author page, header, etc.
But just for this https://mayneza.com/downloads/diario-de-gratitud/ page the scenario is different, so if I do what you're suggesting me do, would the change ONLY apply to this page, or to all single article post pages like the one I showed earlier?
Hi,
No, it only applies to the post type you’ve assigned. For example, if you assign a custom template for the Download post type, it won’t affect the Single Blog Post type.
Regards,
PenciDesign.
Hi, I'm almost there.
Can you share a CSS to hide the part with the logo and the heart on this page that I'm pointing to in red in the attached image?
https://mayneza.com/downloads/diario-de-gratitud/
I've tried several options and none are working.
Its page ID is 13383.
I do want the menu and footer but not that part. Please let me know how I can remove or hide it.
Thanks so much in advance for your help and patience.
Attached files: thi.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
body.postid-13383 #header { display: none; }Regards,
PenciDesign.
Thank you, it did the trick, I want to perform the same action on this page:
https://mayneza.com/libros/
This is a page. I tried with this adaptation of your code that worked on the single post page, but it's not working:
body.pageid-13185 #header {
display: none;
}
Can you let me know the code that will work?
The page id is 13185
Thanks so much!
Attached files: hide.png
Hi,
Please modify the CSS code:
body.page-id-13185 #header { display: none; }Regards,
PenciDesign.
You are the best, thanks, last bit!
Since now I have a store and will sell through Easy Digital Downloads, I want to add the typical payment methods in the footer and the SSL secure icon. The only way I could fit that into the footer was to add it as a logo. It looks great. The problem? It's clickable and goes to the Home Page, which I suppose is the idea for that logo feature. How can I either:
A) Remove the home page link, not clickable
B) Insert those logos (PNG transparent) in the same position in the footer.
You can visit any page in https://mayneza.com/libros/ and scroll to the footer to see it.
Also I'd like to remove the spacing in the bottom on the social media icons and above the payment icons.
And maybe in the top of the social media icons as well.
How can I do that, is it an CSS code or there's a more direct way?
The attached image illustrated pretty well what I want to to do.
Thanks so much!
Attached files: here14.png
Métodos de Pago y SSL.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
#footer-logo a { pointer-events: none; }Regards,
PenciDesign.
Hi! I just spotted that after doing this, now all blog entries are not displaying and have inherited the edits of the Download Page, which was precisely my fear.
The product download page is here: https://mayneza.com/downloads/diario-de-gratitud/
and here https://mayneza.com/ you can scroll an click any single post: https://mayneza.com/dibujos-navidad-para-colorear-libro/
What can I do to bring back all my blog posts?
I have solved this! Last query, how can I remove this much white space after the article and the category and the author box?
Attached files: Captura de pantalla 2025-10-13 a las 13.07.49.png
Hi,
The white space is caused by the Shareaholic plugin. Please check this plugin and disable the option that inserts ads after the post content.
Regards,
PenciDesign.
I just checked and it's disabled, but it seems it's this:
penci-google-adsense-2
Is it a penci plugin instead? How can I deactivate it?
Attached files: Captura de pantalla 2025-10-13 a las 17.41.02.png
I think it's gone, it was a script in the Add Google Adsense/Custom HTML code at the end of content posts
Attached files: Captura de pantalla 2025-10-13 a las 17.51.23.png
Hi,
Yes, it’s located under Add Google AdSense/Custom HTML code at the end of content posts.
Regards,
PenciDesign.
Thanks, do you know how, from the theme options (no css if possible) we can hide the beadcrum / navigation in single posts as shown in the attached image? I think a while ago I saw this as an option but right now I'm not being able to find it :/ Thanks!
Attached files: Captura de pantalla 2025-10-25 a las 12.27.46 copia.png
Hi,
Please go to Appearance → Customize → General → General Settings → turn on the "Disable Breadcrumbs on Single Post Pages." option.
Regards,
PenciDesign.
Thank you very much, solved now.