Two points found in demo “Freelancer”:
1. In most cases I used the background behaviour “fixed”, the images will be strongly zoomed in, so that you see just a very small area of the image, compared with the background behaviour “scrolled”. Even if images are bigger than 2.000 and have generous edges. And sometimes it is vice versa: the image will be zoomed in when I used another image in the same pixel format with background behaviour “scrolled” instead of “fixed”. So this seems to be neither logical nor predictable. Perhaps a bug?
2. When I change the layout element of the demo page (e.g. to full width), the page headlines (H1) change to capital letters. Why?
Hey Dominic,
1. Could you please attach some screenshots of the issue?
2. There is some css that affects them, when you change the demo the css selectors apply to them. YOu can add this code to remove the effect:
.template-page .entry-content-wrapper h2,
.template-page .entry-content-wrapper h1 {
text-transform: none;
}
Best regards,
Victoria