• Resolved osmeusdominios

    (@osmeusdominios)


    Hi,

    Thanks for this excellent plugin, it’s fantastic!

    I need your help, I need to remove “»” on the titles and move the title down the image to get the visual similar to “related posts”.

    Can you help me please? Thanks a lot!

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

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

    (@aldolat)

    Hi,
    You’re very welcome! 🙂

    1. Moving the image before the title

    There is a specific option in the widget’s panel. Activate this option in “Displaying posts” > “The featured image of the post” > “Move this section” > “Display this section before the title of the post”.

    2. Styling the output

    In your style.css file or in the dedicated section for Custom Styles (“Styles” > “Custom Styles”) in the widget panel, paste this code:

    .sidebar ul li.pis-li {
        padding-left: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .sidebar ul li.pis-li::before {
        content: "";
    } 
    
    p.pis-title {
        color: #3d4351;
        line-height: 1.3;
    }
    
    .sidebar ul li p.pis-title a {
        font-size: 18px;
        font-weight: 600;
    
    }

    I added some extra styles beyond what you requested, so edit the code if you want.

    Let me know, please.

    Thread Starter osmeusdominios

    (@osmeusdominios)

    Thanks Aldo, you’re very helpful!

    • This reply was modified 8 years, 1 month ago by osmeusdominios. Reason: Resolved!
    Plugin Author Aldo Latino

    (@aldolat)

    🙂

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

The topic ‘Visual adjusts’ is closed to new replies.