• Resolved jasonpel

    (@jasonpel)


    Hi,

    I am trying to find out how I can delete the “|” symbol next to the Rules link in the footer. Can this be done with CSS or can I delete it from a PHP file?

    Here’s a screen of what I am talking about: https://imgur.com/IfASfup

    Thank you!
    Jason

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SeedProd

    (@seedprod)

    Hi, you have to use custom css which the pro version supports. here’s the code:
    #rafflepress-giveaway-footer span:first-of-type {
    display: none;
    }

    Thread Starter jasonpel

    (@jasonpel)

    Great! That worked perfectly. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to delete “|” from footer?’ is closed to new replies.