• Resolved anndanen

    (@anndanen)


    Hello,
    I am using the Category Post widget with the Site Origin Page Builder. I love the layout of the title, thumbnail excerpt, however, I want to increase the size of the font for the title of the post and I’d like to change the “More” to eclipses “…”. Can these changes be made in the free version of Category Post?
    Thank you!
    Ann

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    The post title can be changed with this selector. You can use the customizer to add less CSS styles like this https://kometschuh.de/easily-adding-custom-css-using-the-wordpress-theme-customizer.html:

    .cat-post-title {
        font-size: 22px !important;
    }

    To change the excerpt “More” text to another text like “…” there is in the Post details panel a settings area for Excerpt settings with the option “Excerpt ‘more’ text”. Please use this text box to write your ellipsis “…” excerpt more.
    (We use the hellip “[…]” as default and show a series of dots as ellipsis “…”. This is a little bug ;( )

    You can also try the option below “Don’t override Themes and plugin filters” than you use the options coded by your Theme or Theme developer.

    Another idea is to overwrite our settings only partially from your Themes settings for the excerpt we had a add-on for our pro version: https://tiptoppress.com/extensions/excerpt-extension/

    BTW: Here is a youtube video how-to use and how we recommend to use our widget with SiteOrigin Page Builder plugin: https://tiptoppress.com/how-category-posts-widget-work-with-siteorigin-page-builder/

    Hello,

    I added this
    .cat-post-title {
    font-size: 22px !important;
    }

    to my appearance page – customize – additional css and it did not work.

    I would like to make the titles directly under my videos on my home page bigger.

    Is the right code to do that?

    Thank you

    Plugin Author Daniel Floeter

    (@kometschuh)

    Please wite us your Url to your website?

    Do you make the title bigger for the posts or the title for the widget?

    Plugin Author Daniel Floeter

    (@kometschuh)

    The widget title can be changed with this slector:

    .widget-title {
        font-size: 28px !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the post title font size’ is closed to new replies.