Home Forums WoodMart support forum Product categories layout

Product categories layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186812

    exe65
    Participant

    Hello,

    I am using product categories module on my home page (carousel view) categories design: default. Can you please provide me the code for changing the font color and font size?
    I’ve tried everything with the inspect tool but can’t get the right parameter.

    Also i noticed that on mobile view the title text is always outside the box while on desktop is inside – different styles doesn’t effect the mobile view.

    Thank you,

    #186885

    Hello,

    Please provide your site URL I will provide custom CSS. If your site is under maintenance, please provide your site admin access to the private area.

    It is not possible to move the title on mobile. The title may be of different length and it may be to little space to fit.

    Best Regards

    #187109

    exe65
    Participant

    1. Credentials in private.
    2. Ok, it looks good so it’s fine.

    #187177

    Hello,

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

    .category-grid-item .category-title {
        margin-bottom: 0;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
    }

    Change the values as per your needs and remove the styles which you do not change.

    Best Regards

    #187234

    exe65
    Participant

    I really appriciate your help. This became my to-go theme to use – i will write an extensive 5 star review later this day. Keep up the good work!

    #187272

    Hello,

    Thank you very much for warm feedback. We shall appreciate a highly 5-star review.

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

    Best Regards

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