Home Forums Basel support forum Header in lowercase

Header in lowercase

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #85422

    ppoteau
    Participant

    Can you help you to have the dear and subheader in lowercase?

    Thanks
    Pierre

    #85425

    Hello,

    Please provide your site URL if your site is under maintenance, provide also site admin access.

    Best Regards

    #85460

    ppoteau
    Participant

    Can you help you to have the dear and subheader in lowercase?

    Thanks
    Pierre

    #85463

    Hello,

    Your site is under maintenance please provide access.

    Best Regards

    #85465

    ppoteau
    Participant

    Can you please help to change the header and subheader megamenu in lowercase?

    Thanks
    Pierre

    #85472

    Hello,

    Please clarify what do you mean saying “subheader”: headings or sub-menu?

    Best Regards

    #85476

    ppoteau
    Participant

    I meant to Menu and Su-menu

    #85478

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .basel-navigation .menu>li.menu-item-design-default ul li a,
    .main-nav .menu>li>a {
        text-transform: lowercase;
    }

    If you want the menu to have the first capital letter use this code instead:

    .basel-navigation .menu>li.menu-item-design-default ul li a,
    .main-nav .menu>li>a {
        text-transform: capitalize;
    }

    Best Regards

    #85480

    ppoteau
    Participant

    It’s not working…I copied and past it where you told me and it’s not working

    #85481

    ppoteau
    Participant

    It’s not working…I copied and past it where you told me and it’s not working at all

    #85523

    Hello,

    I have corrected the code. Check now.

    Best Regards

    #88206

    ppoteau
    Participant

    How can you help to get the top menu capitalized?

    #88303

    Hello,

    Your site is under maintenance and I cannot log in. Check you site admin access

    Best Regards

    #88317

    ppoteau
    Participant

    I remove the under maintenance. It should be fine now

    #88344

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .topbar-menu ul>li>a {
        text-transform: capitalize;
    }

    Best Regrds

    #88463

    ppoteau
    Participant

    it’s not working

    #88464

    ppoteau
    Participant

    thanks it’s good now

    #88492

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Header in lowercase’ is closed to new replies.