Edit non-3d menu icons

  • Posted in : BookCard WP
  • Jobo
    Participant

    Hello,

    In the non-3d version (in IE) the template is different with buttons on top with icons.

    My question is: where/how can i edit these icons? because i want to use custom images with text in it, because i don’t want to use these icons (an arrow, a suitcase and an envelope for contact). i can’t seem to find these images in the template folders.

    I hope to hear from you soon!

    Kind regards,

    j.bond

    Mehmet S.
    Keymaster

    Add text:

    – Paste to Theme Options > Style > External JS:

    <script>
    jQuery(document).ready(function($)
    {
    $('#header ul li:nth-child(2) a').html('Resume');
    $('#header ul li:nth-child(3) a').html('Portfolio');
    $('#header ul li:nth-child(4) a').html('Contact');
    });
    </script>
    

    Hide icons:

    – Paste to Theme Options > Style > Custom CSS:

    #header ul li:nth-child(2) a:before { content: ""; }
    #header ul li:nth-child(3) a:before { content: ""; }
    #header ul li:nth-child(4) a:before { content: ""; }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register