test

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • designhow Friend
    #932103

    How do you change the fa-fa-eye on the isotop page-portfolio, and can i change it to an image?


    1. Screen-Shot-2016-05-18-at-6.22.51-PM
    Pankaj Sharma Moderator
    #932153

    Hi
    The icon is defined in the /html/com_content/category/portfolio_item.php file
    find
    <i class="fa fa-eye"></i>
    And change it with your font awesome icon .

    designhow Friend
    #932284

    Can I use an image i created? how would that code look?

    Pankaj Sharma Moderator
    #932500

    Hi
    You can simply add you image code in the php file on the place of the icon code . a normal img src code .
    Or add this code in custom.css file and place your image path in the code .

    .fa-eye:before {
        content: url("/templates/ja_nuevo/images/logo.png");
    }

    Replace the image path with your image path in code.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum