• Resolved Paul

    (@rhododendron)


    I want to pin some of the featured posts on my homepage.
    Is that possible to have in the latest post section?

Viewing 10 replies - 16 through 25 (of 25 total)
  • mmm
    add also display: inline;

    Thread Starter Paul

    (@rhododendron)

    Added

    But no luck! ??

    Thread Starter Paul

    (@rhododendron)

    I think its better to use png vector.
    to avoid all these. But can I resize the icon in that case?

    Anyway you reply wrongly “Added But no luck!” it wasn’t so.
    It resolved the issue, now you can display the icon before.
    The problem is that icon doesn’t exists ’cause you didn’t selected it anywhere, so it’s using the content valid for the genericons with the entypo font. No sense.
    Where are those lines?

    .post.sticky .format-icon:before {
        content: "\1F517";
        font-size: 3em;
        line-height: 0;
        position: relative;
        top: 14px;
    }

    ??

    Thread Starter Paul

    (@rhododendron)

    ??

    I quit with my sticky post! Thats too much of toil. resolving the topic.
    Thanks for all the help.

    Why quit? You was so next the solution, you missed just those lines..

    Thread Starter Paul

    (@rhododendron)

    This is my entire sticky post styling

    I am not able to understand what I missed here

    .post.sticky  {background-color:  #FFE4E1;}
    .post.sticky .round-div {border-color:#FFE4E1;}
    
    .post.sticky .format-icon:before {
        content: "\1F517"
        font-size: 3em;
        line-height: 0;
        position: relative;
        display: inline;
        top: 14px;
    }
    .post.sticky .format-icon:before {
        font-family: 'entypo';
        font-size: 1.2em;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        opacity: 0.2;
        padding-right: 10px;
        position: relative;
        text-transform: none;
        top: 8px;
    }
    content: "\1F517"

    a semicolon ??

    content: "\1F517";
    Thread Starter Paul

    (@rhododendron)

    Awwww!

    Thats Ridiculous Me! ??

    Thanks a lot.

    It happens ??

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘How to have Pinned Post feature?’ is closed to new replies.