Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    that class isn’t correct. Use this instead:

    .art-blockcontent a.pis-title-link { font-weight: bold; }

    Let me know.

    Thread Starter hakanalmerfors

    (@hakanalmerfors)

    Hehey! That worked really well. I guess it changes since I have configured the blocks in my template.

    Thanks!

    So I guess the font-size in the excerpt text would be to add:

    .art-block li.pis-excerpt { font-size: 12; }

    or am I wrong?

    Cheers!

    Hakan

    Plugin Author Aldo Latino

    (@aldolat)

    The class .pis-excerpt belongs to the P element, so the correct form is:

    .art-block li .pis-excerpt { font-size: 12px; }

    adding a space after li. Also add px just after the number 12. ??

    Thread Starter hakanalmerfors

    (@hakanalmerfors)

    Ok, super thanks!

    Top notch

    Hakan

    Plugin Author Aldo Latino

    (@aldolat)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bold Title Post CSS – Can't change’ is closed to new replies.