Scroll Bar

  • Posted in : Empathy
  • Anonymous
    Inactive

    I see that you theme scroll bar only works in homepage..
    If we visit page like domain.com/blog/ or domain.com/hello-world/ the scroll bar changed to standar.. not like o homepage..

    any suggest to edit the css or add custom css?

    The standard one (if we visit page): http://prnt.sc/ca5z4j
    Theme scroll bar (homepage): http://prnt.sc/ca5zn0

    Thank You admin..

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 768px) {
    .modern-layout *::-webkit-scrollbar,
    .single-page-layout *::-webkit-scrollbar {
    	width: 8px;
    	}
    .modern-layout *::-webkit-scrollbar-thumb,
    .single-page-layout *::-webkit-scrollbar-thumb {
    	border-radius: 4px;	background-color: rgba(28, 38, 43, 0.25);
    	}
    .modern-layout *::-webkit-scrollbar:horizontal,
    .single-page-layout *::-webkit-scrollbar:horizontal {
    	height: 8px; 
    	}
    }
    

    we will also include this with the next update, thanks for the feedback.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register