• Resolved NicPinguet

    (@nicpinguet)


    Hi there Ben.

    I found the info about how to change the social media icons in the header in one of the threads.
    }
    /* optional – make links full opacity */
    #tracks-child .social-media-icons a,
    #tracks-child .social-media-icons a:link,
    #tracks-child .social-media-icons a:visited {
    opacity: 1;
    }
    /* change colors of facebook & google-plus & pinterest icons */
    .fa-facebook-square {
    color: #000000 !important;
    }
    .fa-google-plus-square {
    color: #000000 !important;
    }

    The only one I can’t change is the little mail to envelope.

    AND the About Me (über mich) is still white instead of black.
    Can you help me with that?

    Thank you,
    Nic*

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter NicPinguet

    (@nicpinguet)

    oh yes…. the page is minimalistmuss.com

    Theme Author Ben Sibley

    (@bensibley)

    Hi Nic,

    Sure, the CSS for the mail icon is as follows:

    .fa-envelope {
      color: #000000 !important;
    }

    And for the primary menu:

    #menu-primary a {
      color: #000000 !important;
    }
    Thread Starter NicPinguet

    (@nicpinguet)

    Woohoo!

    Thank you so much!

    so the magic word is “envelope”! I am all new to this….figuered out the social icons thing by myself (not so hard, really) but the the mail button… tried mail/mailto/mailbox/send etc. nothing worked.

    Thanks again for your help!

    Thread Starter NicPinguet

    (@nicpinguet)

    I will mark it as resolved!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Color of about page and mailto icon’ is closed to new replies.