• How do you change, remove or add different kinds of icons in the social box. Perhaps if you would like to replace twitter with a youtube-account?

    Best regards, Anna

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having the same problem. I wanted to change the icons, or even hide some of them. What could we do?

    You can change it at the /wp-content/themes/duena/functions.php

    Go to function duena_show_author_bio() {

    and change it there, if you need other Icons you can use the Icons specified in the /wp-content/themes/duena/bootstrap/css/bootstrap.css

    If the Icon is not there add it by adding the code to the symbol as listed at https://astronautweb.co/snippet/font-awesome/

    You may update the font by copying all files from the package at https://fortawesome.github.io/Font-Awesome/ to the /wp-content/themes/duena/font folder

    Ok, I had the same problem here, and this is how an amateur solved it. 1.If I don’t want some of the social icons I just delete the # . (or any text at all- you leave it empty) I’m talking about the GENERAL tab under theme custumization.

    2. If you want to replace these social icons with some other ones, you just open these two: Theme Functions (functions.php) and options.php. It is in theme editor. And the magic part is: you press ctrl+f to find what you want to replace, let’s say facebook. In both of these files you replace every word facebook for, let’s say, pinterest, or whatever. That’s the principle.

    3. About adding, I’m not really that social. 5 is enough for me ??

    Im still confused can some one explain it a little further Ive been trying for weeks and i cant get it right

    @karenangustia: As per the Forum Welcome, please post your own topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove/add icons at the social box’ is closed to new replies.