• Resolved saltcrafts

    (@saltcrafts)


    Hi,

    I am using the plugin, but need some help. I want to remove the pis arrow just before each title, just because it is taking too much space, I mean the whole row is taken by just an arrow, may be I am doing something wrong… Please help me.

    Thanks.

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

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

    (@aldolat)

    Hi @saltcrafts,
    those >> are created by the stylesheet of your current theme, but they are very simple to remove. Here the code:

    aside#secondary .widget ul li.pis-li:before {
      content: none;
    }
    
    li.pis-li:first-child p.pis-title {
      margin-top: 0;
    }

    The first style removes the >>.
    The second style removes an unpleasant extra space.

    Let me know, please.

    Thread Starter saltcrafts

    (@saltcrafts)

    Hi aldolat,

    Thank you very much for your prompt and useful reply. It worked great! But I would like to ask you one more thing, may be out of your plugin, but as I am new in html and css, so hopefully you would be happy to assist me… Now, there is a big white space between the gray underline and the next post’s title. How can I reduce this space? as I have good looking space in the first widget on the same page.

    Thank you again, and kind regards
    Sajid

    Plugin Author Aldo Latino

    (@aldolat)

    Remove this style (which I gave you in my last post):

    li.pis-li:first-child p.pis-title {
      margin-top: 0;
    }

    and add this in his place:

    p.pis-title {
      margin-top: 0;
    }

    Let mo know, please.

    Thread Starter saltcrafts

    (@saltcrafts)

    Thank you very much again Adolat.. It worked as great as I needed!
    Also, I sent you a 5 star review just now.

    Good Luck in your personal as well as professional live.
    Regards,
    Sajid

    Plugin Author Aldo Latino

    (@aldolat)

    You’re welcome and thank you! I really appreciate it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove the pis arrow >>’ is closed to new replies.