Hi,
Is it possible to change the background color for the next and prev arrows on the portofio detail pages (on the left and right side of the window).
Thanks for your help.
Best wishes,
Andy
E.g. https://www.gebrauchte-steinway.de/gebrauchte-pianos/steinway-d-274-duesseldorf/
Hey Andy,
I’m getting a 404 error on that page, could you check and link to another example please?
Best regards,
Rikard
Hi Rikard,
Oh sorry this piano is sold. Here is another example. https://www.gebrauchte-steinway.de/gebrauchte-pianos/steinway-c-227-hamburg/
My client wants to have the background in red #b3050f.
All the best,
Andy
Another question about the portfolio entries. Is it possible to deactivate the pages with the different portfolio entires like this: https://www.gebrauchte-steinway.de/portfolio_entries/stuttgart/
or this:
https://www.gebrauchte-steinway.de/portfolio_entries/fluegel/
I think it’s not good for the SEO, because I can’t edit the title and description of the different pages. All these URL’s:
https://www.gebrauchte-steinway.de/portfolio_entries-sitemap.xml
Best,
Andy
Hi,
1.) You can use this css code to change the background color of the post navigation.
#top .avia-post-nav {
background: #b3050f;
}
#top .avia-post-nav:hover {
background: #b3050f;
}
Change the color values to rgba if you want to retain the transparency effect.
2.) You can exclude certain pages or posts from being shown on the sitemap. Just follow this guide:
// https://kb.yoast.com/kb/sitemap-shows-excluded-posts-pages/
Best regards,
Ismael
Hi Ismael,
This works fine. Thanks.
All the best,
Andy