New Landing How can we help? Themeforest Theme Support Neighborhood Change picture hover effect.

Viewing 15 posts - 1 through 15 (of 20 total)
  • #178660
    dd_mel
    Member
    Post count: 46

    Hi,

    I have two questions:
    1. How to change the hover effect of a picture (used swift page builder)? Please see the attachment 1 for details. Currently it has green background and doc/link icon on it. I tried to modify the css, but the green always sit there. I would like to make it a little bit transparent (white) with modified words on it.

    2. For those pure images, not embed in any page builder elements, is that possible to add some hover effect on them? (For example, you can go to the repair page, and you will find several repair categories in different colors. When you hover the mouse on them, there is no effect at all.)

    Thank you.

    Regards,
    Rebecca

    #178790
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) No attachment?

    2) The only hover possible with these images is to change the opacity

    – Kyle

    #180467
    dd_mel
    Member
    Post count: 46

    Hi Kyle,

    Thanks for reply.

    I have attached the screenshots here.

    I tried to change the background-color(currently is green in attachment), but it will only turns to my color for 1 seconds, and will then turns to green again.

    I have no ideas how to change this hover effect.

    Thank you.

    Regards,
    Rebecca

    Attachments:
    You must be logged in to view attached files.
    #180579
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It will use your accent colour for the background

    – Kyle

    #198980
    zm71
    Member
    Post count: 34

    Borrowing the thread, in what folder do i find the “hover images” (like she attatched above) and what are they named? I want to replace them with my own. Guess it´s only transparent png files?

    #199008
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You mean the icon? It’s not an image, like I said you can change the color, it uses your accent color

    – Kyle

    #199009
    zm71
    Member
    Post count: 34

    Thanks for your fast reply.
    yeah i mean the icon(s). Hmm. Not possible to just make an easy image switch then?

    was thinking about just replacing them on the ftp with own image and save with exactly same size, name, file-ending etc..

    #199014
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    since it uses the Font Awesome, you can choose other icon to that place. Let us know the code of the icon so we can provide you some css.

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

    To place a custom image that would require some customization that unfortunately goes outside the scope of our support.

    -Rui

    #199016
    zm71
    Member
    Post count: 34

    okey, cool! lets try this one for blog <i class="fa fa-forward"></i>(http://fortawesome.github.io/Font-Awesome/icon/forward/)

    and try this with the link; <i class="fa fa-expand"></i>

    i guess its pretty easy even for me and my very limited css knowledge to change icon later…

    #199017
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just add the code below to your custom css option in Theme options.

    .fa-link:before {
        content: "\f04e"!important;
    }

    -Rui

    #199019
    zm71
    Member
    Post count: 34

    thanks a bunch! Did you see my edited post?

    for blog <i class="fa fa-forward"></i> and try this with the chain-link-icon; <i class="fa fa-expand"></i>

    #199023
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure if I understood correctly. This one is for the replace the link

    
    .fa-link:before {
        content: "\f065"!important;
    }

    And this one for the other icon

    .fa-file-text-o:before {
        content: "\f04e"!important;
    }

    -Rui

    #199031
    zm71
    Member
    Post count: 34

    First works like a charm. Thank you!

    2nd, for the other icon does not work.

    #199044
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide me admin access? Maybe some error in the css rules.
    It worked fine when replace it in the browser

    https://www.dropbox.com/s/3s3di1c2xanzzmq/Screenshot%202015-07-29%2016.08.53.png?dl=0

    -Rui

    #199046
    zm71
    Member
    Post count: 34
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)

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

License required for one of the following items
Login and Registration Log in · Register