• Resolved mkbarraco

    (@mkbarraco)


    Hi there!

    How can i hide the secondary title in related post? Show both title and give a bad layout

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mkbarraco

    (@mkbarraco)

    I cant’ use secondary title for related posts, so i deactivate the plugin. Search in the code, i see that secondary title transform h4 title of related posts in h1, though i use font-resize CSS.

    Plugin Author thaikolja

    (@thaikolja)

    Hi @mkbarraco,

    Thanks for taking the time to report your issue.

    Secondary Title does not transform any CSS. It must be coming from your theme. Try to add !important to your font-size attribute:

    .secondary-title {
       font-size: 18px !important;
    }

    Let me know if that helped.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘related post’ is closed to new replies.