Change mobil site icons?

  • Posted in : BookCard WP
  • DJimmi
    Participant

    Is it possible to change the mobil site icons?¨

    http://ifreddy.dk/test.php/

    ahmetsali
    Keymaster

    Hi, i guess you managed to change them now.

    DJimmi
    Participant

    Hi, no?

    I only add’ the text underneath the icon’s.
    Is it possible to change the icons, or remove them instead?

    ahmetsali
    Keymaster

    try this custom css code to remove icons;

    #header ul li a:before {
        display: none;
    }
    #header nav ul li a:after {
        display: inline-block;
    }
    

    – in order to change the icons you need to change the FontAwesome icon codes in the css. These are the default values;

    /* Menu Icons */
    #header ul li:nth-child(1) a:before { content: "\f104"; } /* Home */
    #header ul li:nth-child(2) a:before { content: "\f0b1"; } /* Resume */
    #header ul li:nth-child(3) a:before { content: "\f0d6"; } /* Portfolio */
    #header ul li:nth-child(4) a:before { content: "\f0e0"; } /* Contact */
    

    http://fortawesome.github.io/Font-Awesome/3.2.1/icons/

    DJimmi
    Participant

    Cant find the lines to change the icons, but i removed them whit no problems, thanks!

    DJimmi
    Participant

    After i have moved my site to a new server, i have lost the solution to add text instead of the icons in mobilesite menu, can you help?

    Thanks again ;)

    ahmetsali
    Keymaster
    DJimmi
    Participant

    THANKS AGAIN!, and sorry… ! Could not find the post :(

Viewing 8 posts - 1 through 8 (of 8 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