Home Forums WoodMart support forum Change Price title size font

Change Price title size font

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

    masood nikroo
    Participant

    Hello,
    i have problem to change my price title font size to bold in homepage.
    thanks.

    #152472

    Hello,

    You can change the font by means of an 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

    #152595

    masood nikroo
    Participant

    Hello,
    i can’t change my price title,
    i send you a screenshot for what i need to change, please help to figure this out.
    thanks.

    #152596

    masood nikroo
    Participant

    Hello,
    i can’t change my price title,
    i send you a screenshot for what i need to change i want this this price title going to bold, please help to figure this out.

    https://drive.google.com/file/d/1U_LJyUgEWBAgDXlbwXgZtHpt5cqeJHgu/view?usp=drivesdk

    thanks.

    #152612

    Hello,

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

    /*product grid price*/
    body .product-grid-item .price {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.3;
    	  color:red;
    }
    /*product grid title*/
    body .product-grid-item .product-title{
        color:green;
    	  font-size: 15px;
        line-height: 1.3;  
    }

    You can change the styles as per your needs or use these classes for Advanced Typography.
    Best Regards

Tagged: 

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