gd_post_content

This topic contains 6 replies, has 3 voices, and was last updated by  Ron 4 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #530657

    Ron
    Full Member
    Post count: 48

    I am using directory starter. When I use the gd_post_content shortcode to update the place description on the Archive item page, the font size is very small. I like that I can specify number of words and get rid of the “read more” button.
    I noticed it that way on your demo site as well.

    How can I increase the font size ?

    Also I have asked about this before:
    I have over 100 categories and in many cities all are being used. I know that I can limit the number shown with gd_categories shortcode. However I would need a “show all” button. This was available in V1. Is this something you are planing to add ?

    #530661

    Kor
    Moderator
    Post count: 16516

    Hi Ron,

    Thanks for your post. You can change the font size using the custom CSS code below.

    body ul.geodir-category-list-view li p {
        font-size: 18px;
    }
    #530664

    Ron
    Full Member
    Post count: 48

    I tried adding that to the customize additional css and it didn’t seem to make a difference. I have played with the css. Was I adding it in the correct spot

    #530776

    Alex Rollin
    Moderator
    Post count: 27815

    Please share a link to the site and the specific page where you want to change the font size.

    Generally speaking, font changes with GD will require custom CSS. See this document for more info about creating your own:

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

    We do not plan on adding a “View All” button. GD Categories with V2 is a lot more flexible than with V1. To do something like that you could

    1. Add GD Categories with limited categories to the front page
    2. Add a new page called ‘All Categories’ – use GD Categories to show call categories and subcategories.
    3. Edit the front page and add a link “View all” that links to the new page.

    #536523

    Ron
    Full Member
    Post count: 48
    This reply has been marked as private.
    #536907

    Kor
    Moderator
    Post count: 16516

    Hi Ron,

    Thanks for your reply. You can use the custom CSS code below to increase the size of the description texts.

    body ul.geodir-category-list-view>li {
        font-size: 15px;
    }
    #536961

    Ron
    Full Member
    Post count: 48

    Perfect !

    Thanks you

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

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

Open Support Ticket