White Gap on top of Main Menù

Home Forums Jevelin Theme White Gap on top of Main Menù

Home Forums Jevelin Theme White Gap on top of Main Menù

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • gs762698
    Participant

    Hi

    In attachment the problem.

    I’m asking if it is possible to reduce or eliminate the white gap under the main menù.

     

    Also if it is possible to change the font from Bold to Light, for the same menù.

     

    Thanks a lot. Here the link to the site http://www.gabrielesecchi.com/

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

    Hi @gs762698,

     

    I hope you are well today and thank you for your questions.

     

    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

     

    .sh-header-scrollbar .sh-table-cell {
        display: table;
        margin-top: 60px;
    }
    
    .sh-header-right-side .sh-nav-mobile li a {
        font-weight: 400;
    }

     

    Best regards,
    Shufflehound team

    gs762698
    Participant

    Thank you very much!!

    It works perfectly!!!

     

    For another time I want to thank you all for the support and the fast answer..

     

    Another question is about the progress bar (tool) in the page.. See in attachmet I want to set the font of the title of the progress bar from bold to light.. If you can help me I’d be grateful..

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

    Another question is about the progress bar (tool) in the page.. See in attachmet I want to set the font of the title of the progress bar from bold to light.. If you can help me I’d be grateful..

    To achieve this please use following custom CSS code.

     

    .sh-progress-style4 .sh-progress-title {
        font-weight: 400;
    }
Viewing 4 posts - 1 through 4 (of 4 total)