Font Size

This topic contains 4 replies, has 3 voices, and was last updated by  Simon Skull 5 years, 12 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #432021

    Simon Skull
    Full Member
    Post count: 177

    Hi,
    The font size for listing titles has increased on listings pages after update – Apologies but can’t find the setting/code I need to change this. All titles were same size before so can you point me in right direction please?

    https://leapinghare.org/events/

    Cheers
    Simon

    #432023

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Simon,

    There is a rule in this file https://leapinghare.org/wp-content/themes/x/framework/css/dist/site/stacks/ethos.css?ver=6.0.4
    setting the font size very very large:

    font-size: 285.7%;

    Stiofan

    #432027

    Simon Skull
    Full Member
    Post count: 177

    Hi,
    Can you point me in the direction to reduce the size? Not changed anything else today apart from GD update but I guess this must have been set before – Just not sure how!
    Cheers
    Simon

    #432032

    Alex Rollin
    Moderator
    Post count: 27815

    It is part of the settings for the X theme “ethos”, as per the URL.

    Perhaps contact the theme author and ask them how to change title sizes.

    Otherwise you can create custom CSS to overrride it like this:

    
    
    
    .geodir_category_list_view h3, .geodir_category_list_view h2, .geodir_category_list_view p {
        font-size: 1em !important;
    }
    

    For more about custom CSS see:
    https://wpgeodirectory.com/docs/customizing-your-style/

    #432033

    Simon Skull
    Full Member
    Post count: 177

    Sorted myself out – I think

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

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

Open Support Ticket