• Resolved beckswade

    (@beckswade)


    Ok – lets hope I have managed to finally post in the right place! Otherwise I think I might just give up.

    Want to change the crimson red from what I believe is #DC143C to #c92228. No idea where to find or make the change.

    There are other things i would like to know too but lets see if I can get some help with this first!

Viewing 5 replies - 16 through 20 (of 20 total)
  • Theme Author José Leonardo

    (@joseleonardo)

    The “style.css” is on the root. You’ve mentioned it before here, I am not sure if you did any change on it. But starting at line 316, all the links source was changed:

    li.facebook { background-image:url(‘../Downloads/imgs/social/facebook.png’); }

    li.facebook:hover { background-image:url(‘../Downloads/imgs/social/facebook-hover.png’); background-color:#3b5a9a; }

    li.flickr { background-image:url(‘../Downloads/imgs/social/flickr.png’); }

    li.flickr:hover { background-color:#ff0084; background-image:url(‘../Downloads/imgs/social/flickr-hover.png’); }

    li.googleplus { background-image:url(‘../Downloads/imgs/social/googleplus.png’); }

    li.googleplus:hover { background-color:#ff0084; background-image:url(‘../Downloads/imgs/social/googleplus-hover.png’); }

    li.instagram { background-image:url(‘../Downloads/imgs/social/instagram.png’); }

    li.instagram:hover { background-color:#517fa4; background-image:url(‘../Downloads/imgs/social/instagram-hover.png’); }

    li.linkedin { background-image:url(‘../Downloads/imgs/social/linkedin.png’); }

    li.linkedin:hover { background-color:#0274b3; background-image:url(‘../Downloads/imgs/social/linkedin-hover.png’); }

    li.pinterest { background-image:url(‘../Downloads/imgs/social/pinterest.png’); }

    li.pinterest:hover { background-color:#cb2229; background-image: url(‘../Downloads/imgs/social/pinterest-hover.png’); }

    li.tumblr { background-image:url(‘../Downloads/imgs/social/tumblr.png’); }

    li.tumblr:hover { background-color:#32506d; background-image:url(‘../Downloads/imgs/social/tumblr-hover.png’); }

    li.twitter { background-image:url(‘../Downloads/imgs/social/twitter.png’); }

    li.twitter:hover { background-color:#0084b4; background-image:url(‘../Downloads/imgs/social/twitter-hover.png’); }

    li.vimeo { background-image:url(‘../Downloads/imgs/social/vimeo.png’); }

    li.vimeo:hover { background-color:#4c8ab0; background-image: url(‘../Downloads/imgs/social/vimeo-hover.png’); }

    You should remove those parts I made bold. I am not sure how it was changed. Because there is no “downloads” folder inside this theme ??
    Maybe some cache plugin??? I am confused.

    Thread Starter beckswade

    (@beckswade)

    As far as I can see I have removed these from the style folder now and flushed…….still not seeing the icons?

    Theme Author José Leonardo

    (@joseleonardo)

    You forget the “/” before “imgs”.

    Like this: imgs/social/tumblr-hover.png

    Thread Starter beckswade

    (@beckswade)

    Done it! Thanks for all your help! Very speedy response on a great theme…..I need to go an lie down after all of that as my brain hurts !

    Theme Author José Leonardo

    (@joseleonardo)

    You’re welcome. ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Changing the colour of the red in Lupercalia’ is closed to new replies.