Mobile category font

This topic contains 9 replies, has 2 voices, and was last updated by  Kor 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #455811

    Leonardo Guastella
    Expired Member
    Post count: 164

    To get a font and font size small like the one in the picture attached what should I do pls?

    #455815

    Kor
    Moderator
    Post count: 16516

    Hi Leonardo,

    Thanks for your reply. One which page do you need this? Perhaps you can share the link here? https://inbexhill.com/

    Thanks!

    #456250

    Leonardo Guastella
    Expired Member
    Post count: 164

    Hi there. Ok so in inbexhill.com I want to show as many “local businesses categories” i want the font small and line space so it fits more in less space.

    how can i do it please?

    #456288

    Kor
    Moderator
    Post count: 16516

    Hi leonardo,

    Thanks for your reply. Could you insert the “Popular Categories” Widget on your homepage and I’ll provide you the custom CSS code to make the fonts look smaller on mobile?

    Thanks!

    #456600

    Leonardo Guastella
    Expired Member
    Post count: 164

    Hi there. I did it.
    the font size looked good the red line disappeared and is still big fonts in categories.

    #456603

    Leonardo Guastella
    Expired Member
    Post count: 164

    In the categories the font changes back to big

    #456720

    Kor
    Moderator
    Post count: 16516

    Hi Leonardo,

    Thanks for your reply. I believe you’re referring to this page https://inbexhill.com/businesses/construction/ . You can use the custom CSS code below to make the font look smaller. Insert into Gd > Design > Scripts > Custom Style CSS

    
    
    .gd-cptcat-categ h3 {
        font-size:14px!important;
    }
    #456859

    Leonardo Guastella
    Expired Member
    Post count: 164

    It worked, great. Thank you!

    #457386

    Leonardo Guastella
    Expired Member
    Post count: 164

    Hi there in other categories the font are still big.
    https://inbexhill.com/businesses/
    How can I fix it?
    I want to keep the smaller size in all pls

    #457558

    Kor
    Moderator
    Post count: 16516

    Hi Leonardo,

    Thanks for your reply. Try using the custom CSS code below and see if it helps.

    
    
    
    @media only screen and (max-width: 600px) {
     
    .gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat {
       
        min-width: 100px;
    }
    
    h3.gd-cptcat-cat {
        font-size:14px
    }
    
    .gd-cptcat-row>.gd-cptcat-ul {
        padding-left: 0px!important;
    }
    }
    
Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket