CSS Support

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 6 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #409427

    Tran An
    Expired Member
    Post count: 19

    HELLO !!!
    Where can I change the size and line height on “CPT Category” widget ??? .
    The font-size and line height are so big …
    I try on Genesis News-Pro theme.
    Thank You very much !!!

    #409503

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Welcome to GeoDirectory! It’s great that you want to make your site ‘yours’ with a customized look and feel. You can go far with custom CSS! I include a link below to familiarize you with options for how to customize your site with your own CSS.

    Here’s an example of a custom CSS rule that you can add to your GeoDirectory settings. Open up your site’s admin area and go to GD > Design > Scripts > Custom CSS

    
    
    
    h3.gd-cptcat-cat {
        font-size: small !important;
    }
    

    I created that CSS rule just now using the tools built into chrome. I went to the text you suggested, and right clicked to select “inspect”. This opened the chrome tools, and I could see a highlight section. I right clicked on the ID, and selected “Copy Element”. Then I went to the CSS area and clicked the + sign. The copied selector was automatically added. I added a change to the font size, and the result was pasted above.

    Let us know how it goes as you customize your site!

    https://wpgeodirectory.com/docs/customizing-your-style/

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

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

Open Support Ticket