Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Add this as additional css to get rid of the border line:

    
    .sharrre .box { border-top-color: transparent!important; }
    

    To recolor the icons, you need to modify this css section for each icon:

    
    .sharrre#twitter .box:hover { background: #eef6f9; }
    .sharrre#twitter .box { border-top-color: #24a5db; }
    .sharrre#twitter .box:hover .count:after { border-left-color: #24a5db; }
    .sharrre#twitter .count,
    .sharrre#twitter .share,
    .sharrre#twitter .box:hover .count { color: #24a5db; }
    .sharrre#twitter .box:hover .count { background: #24a5db; }
    
    

    The full css can be found in style.css on line 962-1000.

    Thread Starter shiveshssj

    (@shiveshssj)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Social Share Icon colors’ is closed to new replies.