Home › Forums › Support › Fix the Top Bar This topic has 5 replies, 4 voices, and was last updated 3 years, 3 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 5, 2023 at 11:42 am #2556640 Parag Agarwal I want Fixing of Top Bar on Crickhit.com Please provide the solution. March 5, 2023 at 12:01 pm #2556664 YingStaff Customer Support Hi there, You also have sticky navigation enabled, do you want the topbar sticky on top of the sticky navigation? March 5, 2023 at 11:24 pm #2556977 Parag Agarwal I have off the sticky navigation bar, please now enabled the top bar sticky navigation. March 5, 2023 at 11:44 pm #2556991 Fernando Customer Support Hi Parag, Try adding this through Appearance > Customize > Additional CSS: .top-bar.grid-container { position: sticky; top: 0; z-index: 10000; } March 6, 2023 at 2:39 am #2557137 Parag Agarwal This is not working, you can check the website March 6, 2023 at 5:03 am #2557279 DavidStaff Customer Support Hi there, in your Customizer > Additional CSS you have this code: add_filter( 'generate_logo', function( $logo ) { if ( ICL_LANGUAGE_CODE == 'HI' ) { return 'URL TO ENGLISH LOGO'; } return $logo; } ); Delete that code, as it is NOT CSS and should not be there. Then the CSS below that will work. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In