by Vrs
2 replies
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
#code #icon #remove
  • Profile picture of the author WPThemeGuru
    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.
    {{ DiscussionBoard.errors[9884147].message }}
    • Profile picture of the author Vrs
      Wow man that worked!

      Thank you so much!!!
      {{ DiscussionBoard.errors[9885118].message }}

Trending Topics