• Resolved iqbalresources

    (@iqbalresources)


    Thank you developer for making this beautiful & effective plugin, so i could list all my previous articles / post into a single archieve page. may i know :

    1. how can i make the title bold?
    2. How can i disable / hide the underline under the titles?
    3. How to put a space between the article?. it is because im using post excerpt, and in my eyes, its somehow looks like the list of articles became one long list. i would loves to see each one of articles looks seperated, of their own.

    thank you again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter iqbalresources

    (@iqbalresources)

    ah yes. just found the code

    .lcp_catlist li { padding-bottom: 20px; }

    ??

    Plugin Contributor zymeth25

    (@zymeth25)

    how can i make the title bold?

    add, for example, title_class=lcp-title to your shortcode and then in your CSS .lcp-title {font-weight: bold;}

    How can i disable / hide the underline under the titles?

    It depends on whether you want to disable it on hover or in general. Use the text-decoration property in your CSS.

    Thread Starter iqbalresources

    (@iqbalresources)

    thanks!. The title successfully bold. Unfortunately, i’m still no able to disable the underline under the titles, in general. I’ve trying the code as below, but still unable to disable it.

    .lcp-title {font-weight: bold; text-decoration-line: none;}

    Thread Starter iqbalresources

    (@iqbalresources)

    gladly, i’ve found the solutions.

    a:link { text-decoration: none; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make the title bold?’ is closed to new replies.