Viewing 5 replies - 1 through 5 (of 5 total)
  • use this website (https://genericons.com/) to figure out the CSS code of the icon you wish to use.

    then go in to /customizr/inc/css and edit your style sheet of whichever color you have active and find ‘social’ two times. the second one will give you the ‘icon’ you need.

    then replace whatever you aren’t using with the code from the site. problem is that I haven’t figured out how to change the “title” of the hover so I just removed it, so that they aren’t pointing to something like an envelope and it says “follow me on twitter”.

    if you want to figure out the title and get back to me that would be great!

    Thread Starter dustincampton

    (@dustincampton)

    sorry for my ignorance… I am not a coder… how do i access

    /customizr/inc/css

    ?

    Thank you

    Just open it.

    You will need to use FTP, as you would if you had a child theme.

    Thread Starter dustincampton

    (@dustincampton)

    OK, I got the envelope to display.

    oiooioio – I found this… not sure it is what we need to change… if you can provide the proper code to input, I would appreciate it.

    ~ In the editor, class.fire.utils.php near the bottom og the page, there is this

    }
    //$html .= ‘

      ‘;
      foreach ( $socials as $key => $nw) {
      //all cases except rss
      $title = __( ‘Follow us on ‘ , ‘tc_boostrap’ ).$nw;
      $target = ‘target=_blank’;
      //rss case
      if ( $key == ‘tc_rss’ ) {
      $title = __( ‘Suscribe to my rss feed’ , ‘tc_boostrap’ );
      $target = ”;
      }

    if ( $__options[$key] != ” ) {
    //$html .= ‘

    • ‘;
      $html .= ‘‘;
      }
    • How would I provide the exception for the envelope to read “contact us”?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add to the social bar’ is closed to new replies.