Home Forums WoodMart support forum 主题配色

主题配色

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #639760

    1412161125
    Participant

    你好

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

    Hello,

    It looks like you may have already resolved the issue. I checked your site, and the background color has already changed to white. However, in your screenshot, it appears in black.

    See Screenshot for clarification: https://ibb.co/nqHrJdBB

    If you have any questions feel free to contact us.

    Best Regards,

    #639915

    1412161125
    Participant

    请您告诉我i!
    1.如何单独修改左边移动导航栏背景颜色为深色?

    2.如何单独修改移动栏底部背景颜色为深色?

    3.注册账户登录页面如何单独修改字体?

    4.如何把手机端底部移动导航栏购物车自定义图标以及响应的URL?

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

    Hello,

    01. Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .mobile-nav.wd-side-hidden.wd-opened {
        background-color: #cccce8;
    }

    02. Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    div.wd-toolbar {
        background-color: #8b8b9b;  
    }

    03. 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/

    04. You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar: https://postimg.cc/ThhMsGtc

    Here, you can:

    • • Add or remove buttons.
    • • Set a custom button and set a custom URL.

    Best Regards,

    #640093

    1412161125
    Participant

    颜色的调配得到最好的一次解决!非常满意。

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

    Hello,

    Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .wd-toolbar .wd-tools-element .wd-tools-icon {
        color: #ffffff;
    }
    .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
        color: #ffffff;
        font-size: 15px;
    }
    .wd-toolbar .wd-tools-element .wd-tools-icon:before {
        font-size: 25px !important;
    }

    Change the code value as per your requirements.

    Best Regards,

    #640177

    1412161125
    Participant

    感谢帮助,非常的漂亮!这就是我想实现的效果。

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

    1412161125
    Participant

    已解决

Tagged: 

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