• Resolved greenlip

    (@greenlip)


    Dear Mr Aldolat

    First of all thanks for your great work.

    1. I try to change font size of title.
    But I couldn’t make it.
    I added all answers below topic.
    But it never changed. However, .pis-excerpt { color: green; } this one perfectly work.
    Only title is not changed.
    For example, I added .pis-title-link { color: red }, but nothing happen.

    2. my website is wcpadventure.com

    Could you let me know how I change title color, location(center) bold and size?

    Thanks a lot!

    https://ww.wp.xz.cn/plugins/posts-in-sidebar/

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

    (@aldolat)

    Hi greenlip,
    add these lines in the Custom Styles field at the bottom of the widget admin panel:

    .pis-title {
    	text-align: center;
    	font-weight: bold;
    	font-size: 120%;
    	color: green;
    }

    Change 120% and green according to your needs.

    Also, in order to have a more balanced space, add these lines:

    li.pis-li {
    	margin-bottom: 20px;
    }

    Change 20px according to your needs.

    Let me know, please.

    Thread Starter greenlip

    (@greenlip)

    It works perfectly!
    Thanks so much Mr Adolat!

    Plugin Author Aldo Latino

    (@aldolat)

    Perfect!
    If you could you leave a rating, it would be very appreciated!

    Thread Starter greenlip

    (@greenlip)

    Definitely!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Post title, font, bold, color and center.’ is closed to new replies.