• Resolved zeshankhanbwp

    (@zeshankhanbwp)


    HI: how to remove space grey space between header and slider.
    I have tried this code but not working

    .home .contentclass {
        padding-top: 0;
    }

    MY SITE
    any suggestion i will appreciate
    thanks in advance
    zeeshan

Viewing 14 replies - 1 through 14 (of 14 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to achieve that:

    #tc-page-wrap .tc-header {
        border-bottom: 0 none;
    }
    #tc-page-wrap .container-fluid {
        margin-top: 247px !important;
    }

    Hope that helps.

    Thank you.

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Thanks Sam Works perfectly.

    Sam

    (@soumendra)

    Pleasure to help you. ??

    hi all.
    how can i use diffrence font on my menu . any menu have diffrence font .
    thanks

    Sam

    (@soumendra)

    Hello mojiemita,

    Yes you can add different font to each menu item with CSS.

    Please share link to your site, so that we can help you with exact CSS.

    Looking forward for your reply.

    Thank you.

    hi
    this is my site :
    https://www.sanmarcodeigiustiniani.it

    thanks

    Sam

    (@soumendra)

    Hello,

    You need to add this in your Custom CSS for changing the fonts of each menu:

    .menu-item-10 a {
        font-family: inherit !important;
    }
    .menu-item-37 a {
        font-family: inherit !important;
    }
    .menu-item-220 a {
        font-family: inherit !important;
    }
    .menu-item-428 a {
        font-family: inherit !important;
    }
    .menu-item-709 a {
        font-family: inherit !important;
    }
    .menu-item-250 a {
        font-family: inherit !important;
    }

    You can adjust each font as per your requirement.

    Hope that helps.

    Thank you.

    hi sam thank you for your help , can wish to ask you another 2 questions .

    1- i add some item on menu and i want to change all of them ,
    2- how can i change the font for under menu items .

    https://www.sanmarcodeigiustiniani.it

    thank you

    Sam

    (@soumendra)

    Hello @mojiemita,

    Sorry for late response.

    1. Please let us know what do you want to change in the menus, so that I can help you with exact code for that.

    2. Are you referring to change the font of all individual submenu?
    Please let me know so that i can help you better.

    Looking forward for helping you.

    Thank you.

    hi @sam and thanks for your risponse ,

    yes i want to change the font of all individual submenu .

    thankyou for your help

    Sam

    (@soumendra)

    Hello,

    You need to add this CSS in your Custom CSS for adjusting that submenu fonts individually:

    .navbar .dropdown-submenu.menu-item-214 a {
        font-family: arial;
    }
    .navbar .dropdown-menu .menu-item-933 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-925 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-927 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-928 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-935 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-930 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-937 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-936 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-932 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-931 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-934 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-929 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-1800 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-938 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-434 a {
        font-family: arial;
    }
    .navbar .dropdown-menu .menu-item-433 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-708 a {
        font-family: arial;
    }
    .navbar .dropdown-menu .menu-item-704 a {
        font-family: tahoma;
    }
    .navbar .dropdown-menu .menu-item-250 a {
        font-family: arial;
    }
    .navbar .dropdown-menu .menu-item-1365 a {
        font-family: tahoma;
    }

    You can adjust the font as per your requirement.

    Thank you.

    thank you your the best

    thanks sam@
    you are the best

    Sam

    (@soumendra)

    It’s a pleasure to help you. ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Remove grey space between header and slider’ is closed to new replies.