Code to remove icon

by 2 replies
3
Anyone know how what code I would use to get rid of / replace the icon on the lower right with my own on this theme? Also where I'd find it in the Theme editor? It's the Chimera Theme, "Conversion"

Thanks for any help!

You can see it here by scrolling to the bottom and look at the far right corner.

Click: PC Card Swipe
#programming #code #icon #remove
  • Hi, if you still didn't found the solution then it is very to do that. First go to in wordpress dashboard and then appearance and then editor. Look for style.css file and once you found it then use ctrl+f to find this #footer_bottom a.powered

    #footer_bottom a.powered {
    background: url('images/powered.png') 50% 50% no-repeat;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -11px;
    height: 24px;
    width: 25px;
    text-indent: -9999em;

    just simple change the image path with your image path. Also change the height and width parameters according to your image dimension. I hope it helps.
    • [ 1 ] Thanks
    • [1] reply
    • Wow man that worked!

      Thank you so much!!!

Next Topics on Trending Feed

  • 3

    Anyone know how what code I would use to get rid of / replace the icon on the lower right with my own on this theme? Also where I'd find it in the Theme editor? It's the Chimera Theme, "Conversion" Thanks for any help!