Site logo

[Resolved] Fix the Top Bar

Home Forums Support [Resolved] Fix the Top Bar

Home Forums Support Fix the Top Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2556640
    Parag Agarwal

    I want Fixing of Top Bar on Crickhit.com

    Please provide the solution.

    #2556664
    Ying
    Staff
    Customer Support

    Hi there,

    You also have sticky navigation enabled, do you want the topbar sticky on top of the sticky navigation?

    #2556977
    Parag Agarwal

    I have off the sticky navigation bar, please now enabled the top bar sticky navigation.

    #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;
    }
    #2557137
    Parag Agarwal

    This is not working, you can check the website

    #2557279
    David
    Staff
    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.