Font size right column

This topic contains 7 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 3 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #410039

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    Hello. It seems the font used in one of area is smaller. I’m not exactly sure it’s a bug, but I would like to know how to change it please ?

    #410066

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that is caused by your theme css.

    This tutorial explains how to edit css: https://wpgeodirectory.com/docs/customizing-your-style/

    Otherwise please provide a link and we’ll provide the css for this case.

    Thanks

    #415340

    BALDARI AUDELINE
    Expired Member
    Post count: 74
    This reply has been marked as private.
    #415343

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can try this example custom CSS:

    
    
    
    .geodir-content-right p {
        font-size: 16px;
        line-height: 19px;
    }
    

    For instructions to add custom css please see: https://wpgeodirectory.com/docs/customizing-your-style/

    For more custom CSS you can hire a GD Expert at https://geodirectoryexperts.com to make your site exactly how you want it.

    #415354

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    I wrote your custom CSS on “MySite > GeoDirectory > Design > Scripts > Custom Style CSS Code” but the font-size is the same… any change

    #415357

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can add “!important” to any rule to raise the priority so it will override your original styles.

    For example:

    
    
    
    .geodir-content-right p {
        font-size: 16px !important;
        line-height: 19px !important;
    }
    

    For more customizations of your CSS, you can hire an expert at https://geodirectoryexperts.com

    #415379

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    Yeah, it works ! Thank you Alex !

    A last point, the space between “ambiance” and “conviviale” is different than the space between “Activité” and “savate”.

    It would be great if it was uniform. And I prefere a small space, like between “Activité” and “savate”.

    #416010

    Alex Rollin
    Moderator
    Post count: 27815

    It looks good right now, let us know if you still need help with it.

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

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

Open Support Ticket