background color back top top hover

Home Forums Jevelin Theme background color back top top hover

Home Forums Jevelin Theme background color back top top hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • olis
    Participant

    Hi

    we can’t find the css class for the hover on the back to top button.
    we replaced the color code in the whole wp installation but it still shows up the blue color.

    any advice is highly appreciated

     

    Attachments:
    You must be logged in to view attached files.

    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

    olis
    Participant

    Hi

    thanks. I hope you are well to.

    the domain is: http://www.juliahofmann.ch

    Thanks a lot and stay safe

    Cheers

    olis
    Participant

    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.

Viewing 5 posts - 1 through 5 (of 5 total)