• Resolved v1k1ng0

    (@v1k1ng0)


    Hi,

    I’m testing flex posts in my site and I see that post list is like h4 and I would like have it as h3 (the post titles). Is it possible via additional css for adding it in my theme options? Thanks beforehand.

    Cheers…

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

    (@tajam)

    Hi,

    If you want to change the tag, you need to modify the flex_posts_title function. But if you only want to change the text size, you can change it with a css code. This is a sample code to change the font size for layout 1:

    .fp-list-1 .fp-post .fp-title { font-size: 20px }

    Thread Starter v1k1ng0

    (@v1k1ng0)

    Thanks for replying.

    I want change tag, from H4 to H3. Flex_posts_title function in what file is it please? I’m connected vía ftp to my hosting and I’m in the flex-posts plugin dir but I don’t know where is that code.. Thanks beforehand.

    Cheers

    Thread Starter v1k1ng0

    (@v1k1ng0)

    Sorry, I’ve seen it now in template-tags.php in includes dir. Is it correct? Thanks beforehand.

    Plugin Author Tajam

    (@tajam)

    Yes, it is in template-tags.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post list as h3’ is closed to new replies.