A few questions - inlc. parallax

Hello.

This is a more specified thread than https://colorlibsupport.com/t/disable-scroll-in-widget/ were i have become a bit wiser since i wrote that :slight_smile:

I have a website, where i would like to start a photography blog, and i have found the look i like right now. I just have a couple of questions. http://rasve.dk

  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?

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

  3. How do i change the footer color?

Iโ€™m familiar with the CSS file, itโ€™s a long time since i worked with it last time.

Tanks in advance.

Kind regards
Rasmus

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?
Cause, then iโ€™m good to go!

Thanx! :slight_smile:

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