Hey Tomas,
On the icons, it looks like they’re pulled in via css as small images. The css seems to indicate that they have the following file names. You’d have to locate them in the template files, then upload exact replacements in the color of your choice from what i can see. Without being able to root around in the files to look for them I can’t really give you a location. As a reminder, you might do all changes in a custom css file or child theme. Oh, almost forgot, if you wanted to upload your own images the exact same size anywhere in your child theme, you could modify the css code after to just set new file locations for the same icons. but it might be easier just to upload new images by the same names and in the same locations.
Keep me posted and let me know if there’s anything more I can help with! Tell your friends. My info can be found in the profile by clicking my gravatar image ?? [Moderator note: Please continue to keep all support on these forums]
Bubble Comments f087
Person Outline f007
Here is some code for the links ??
/* Body Links All Links */
a {
color: #005081 !important;
}
a:hover {
color: #cccccc !important;
}
/* Post Footer Tag Links */
.post-footer a {
background: #005081 !important;
border: 1px solid #005081 !important;
color: #ffffff !important;
}
.post-footer a:hover {
background: #000000 !important;
border: 1px solid #000000 !important;
color: #ffffff !important;
}
/* Search Title */
.screen-reader-text {
color: #005081 !important;
}