Home › Forums › Jevelin Theme › background color back top top hover
Home › Forums › Jevelin Theme › background color back top top hover
Hi @olis,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi
thanks. I hope you are well to.
the domain is: http://www.juliahofmann.ch
Thanks a lot and stay safe
Cheers
Hi
another question:
how can we change the parallax image here for mobile view
https://www.juliahofmann.ch/dafalgan/
we would like to place a better image for mobile experience
Thanks a lot and stay healthy!
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-back-to-top:hover { background-color: #1138ff !important; border-color:#1138ff !important; } @media (max-width: 1025px){ #hidedesktop.vc_parallax .vc_parallax-inner { background-image: url("https://www.juliahofmann.ch/wp-content/uploads/2020/03/Dafalgan_8.jpg") !important; } }
Please change the back to top background hover color and the mobile parallax image in the above code to whatever you want to use.