Home Forums WoodMart support forum Change border for Menu price

Change border for Menu price

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #215954

    KH
    Participant

    Hello, could you please view the menu price here https://preview.themeforest.net/item/woodmart-woocommerce-wordpress-theme/full_screen_preview/20264492?_ga=2.178483172.118532153.1596351264-174693785.1595872409. I imported the demo but cannot find where I can change the border style as in your demo.

    #216010

    Hello,

    Please provide the screen which price you mean? The price color is set in the Theme Settings > Styles and colors > Primary color and can be changed in the Advanced Typography. If it is a slider, it is changed in the styles of the slider.

    Best Regards

    #216043

    KH
    Participant

    I talk about changing border style, not color? No need screenshot, there is only one border in your menu price page.

    #216044

    KH
    Participant

    Your border style is dot. How can I change to solid?

    #216131

    Hello,

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

    body .woodmart-menu-price .menu-price-details {
        border-top: 1px solid rgba(146,146,146,.6);
    }

    Best Regards

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