It looks like a bug. These are also shown in the demo, for example in the back of the hero picture or in the footer.
Hi rlaudien
No, it's not a bug, it's concept of template 🙂
We use a background image for that vertical line, you can remove it by using this custom CSS:
.bg-gray { background-image: none !important; }
saguaros
Thanks, removing the bg-pixel in the header works, but it is still shown in the footer. Could you help me here too?
rlaudien I tried at my end and it works in both places. Could you share your site login info: URL + super admin account so I can check?
Where do you add this? I went here: Admin -> System -> Site Template Styles -> ja_coach - Default -> Tools -> Edit Custom CSS
this is what it currently looks like:
.bg-gray { background-image: none !important; } .author-name { text-transform: none !important; } .author-name a { text-transform: none !important; } .title-link h3 {display:none;}
rlaudien It's correct place.
Make sure that you clear all caches too.