A few questions - inlc. parallax

Hi Rasmus,

I hope you are well today and thank you for your questions.

1) Is there a way to either disable the parallax feature, or decrease it to not scroll over the full image? Or is the easiest way just to crop the picture?

I have tried to crop the image to something wider, but it seems like the parallax function just zoom in on the image.
Is there a way to force the parallax to not zoom in, and just use the full width of the image?

You have to develop custom code to achieve this as said in your following thread.

https://colorlibsupport.com/t/disable-scroll-in-widget/

2) Where do i easiest change the font size in the title and the menu? And i maybe even like it bold?

I am not sure which title you are referring. You can change it for the menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.main-navigation li a {
    font-size: 12px;
    font-weight: bold;
}
3) How do i change the footer color?

You can change it by using the solution posted in the following topic.

https://colorlibsupport.com/t/change-the-style-of-footer-like-header/#post-60471

Best Regards,
Movin