Home Forums WoodMart support forum every word is capitalized

every word is capitalized

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #449813

    teplospektr
    Participant

    Template CSS – text-transform: capitalize and change to text-transform: none

    Did that, nothing changes. could help

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

    Hello,

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

    body .wd-nav-main>li>a, .wd-nav-secondary>li>a {
        text-transform: none;
    }

    Best Regards

    #449975

    teplospektr
    Participant

    did not change

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

    Hello,

    Please replace the code with this one:

    body .wd-nav-main>li>a,
    body  .wd-nav-secondary>li>a {
        text-transform: none!important;
    }

    Best Regards

    #450253

    teplospektr
    Participant

    The menu helped. Everything is the same in categories and footer

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #450723

    teplospektr
    Participant

    I have already chosen everything, but capital letters are not removed in these elements.

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

    Hello,

    I do not see the problem in the footer: https://gyazo.com/136ba6cfc1454595ad043c4f64faca7f

    Please provide the page URL with the problem, we will provide custom CSS.

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

    Best Regards

    #451196

    teplospektr
    Participant

    https://www.zapchastkotel.com.ua/product-category/datchiki-rele/

    With the footer everything is fine. I attached a screenshot and marked everything on it, open it.

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

    Hello,

    Please remove this CSS: https://gyazo.com/698f72974f10ab9cf46c9cff586dc297 in the Theme Settings > Custom CSS.

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

    body .category-grid-item h3.wd-entities-title {
        text-transform: none;
    }

    Best Regards

    #451686

    teplospektr
    Participant

    Code added. No changes

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

    Hello,

    Please check Appearance > Customize > Additional CSS, remove the code https://gyazo.com/698f72974f10ab9cf46c9cff586dc297

    You need to change the title of the product: https://gyazo.com/76e9e41629d6f1a8035ac15255eab112 When you insert the title with capital letters it cannot be changed with CSS.

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

    body .woocommerce-mini-cart__buttons .btn-cart {
        text-transform: none;
    }
    body .woocommerce-mini-cart__buttons .checkout {
        text-transform: none;
    }

    Move all CSS from Additional CSS to Theme Settings > Custom CSS.

    Best Regards

    #452047

    teplospektr
    Participant

    Guys, maybe I’m doing something wrong! Do you have the opportunity to do this? Access to the admin panel screwed!

    #452199

    teplospektr
    Participant

    everything is still

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

    Hello,

    You missed the } and the code is not valid, please copy the code carefully.

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

    Best Regards

    #452231

    teplospektr
    Participant

    everything is still

    Do you have the opportunity to do this? Access to the admin panel screwed!

    • This reply was modified 1 year, 1 month ago by teplospektr.
    Attachments:
    You must be logged in to view attached files.
    #452401

    teplospektr
    Participant

    ???

    #452831

    Hello,

    You can disable the Capitalize for buttons in the Theme settings > Style and colors > Buttons: https://gyazo.com/2188e3ca46f7f2aa3a3600c80a6cbe22

    We have removed the custom CSS related to the buttons we suggested before.

    Best Regards

    #453716

    teplospektr
    Participant

    Could make the display in categories without capital letters. Access to the admin panel indicated

    It did not help:

    body .wd-nav-main>li>a,
    body .wd-nav-secondary>li>a {
    text-transform: none!important;
    }

    body .wd-header-cart .wd-tools-icon {
    background-color:white!important;
    }

    body .category-grid-item h3.wd-entities-title {
    text-transform: none;
    }

    #454027

    Hello,

    When the typography is set in the builder it is not possible to change it with custom CSS. Please enter the element and change: https://prnt.sc/EMbuVKh4Utqz

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

    Best Regards

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