Viewing 7 replies - 1 through 7 (of 7 total)
  • well is beeter if i gett access to the code but go to the index page on the edit theme and try to find this
    <i class="fa fa-camera"></i>
    remove that and you will be done.

    Thread Starter 2marinitas

    (@2marinitas)

    Thanks! I got it! Is it posible to put a line or something under the post name (as it appears when you click on it, in the post page, in the middle of the picture)??

    Thanks!!
    M

    Thread Starter 2marinitas

    (@2marinitas)

    or maybe other icon?

    is using https://fortawesome.github.io/Font-Awesome/icons/ so you just need to change the fa-camera by the class you need.

    Thread Starter 2marinitas

    (@2marinitas)

    Thanks. I’ll try to find some.

    Last question. When I click on “CONTACTA” the category appears like this HOME>CONTACTA. Also in other pages. Is there a way to remove this?
    Thanks!!!!
    M

    Hi!

    I want to do the same (delete the came icon), and i was tying to find the code, but in my code i don’t have any “camera” or “fa-camera”.

    It’s different now the code?

    Thank you!
    Carla

    [Moderator Note: Per the Forum welcome we ask you NOT bump posts.]

    Theme Author Dinev Dmitry

    (@dimadinev)

    Add custom css:

    .fa-camera:before {
        content: '';
    }

    or

    .colgrid .format-image i.fa, .colgrid .format-gallery i.fa {
        display: none;
    }

    You can change or add custom CSS code using the plugin. You can find the Custom CSS module in Jetpack plugin WordPress. In this case, after activating the Jetpack plugin and module custom CSS, you will find the option Edit CSS in the Appearance section.

    Instead, you can use other plugin Simple Custom CSS.

    After you have installed and activated the plugin, you can enter your CSS code on Appearance > Custom CSS.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘camera icon’ is closed to new replies.