Tagged: x
-
AuthorPosts
-
August 9, 2016 at 10:14 am #1123834
mahmoud237ParticipantHow can I change the background of a section when I hover on a photo on it.
Thanks
August 9, 2016 at 10:20 am #1123837
mahmoud237ParticipantThis reply has been marked as private.August 9, 2016 at 10:52 am #1123906
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.tg-item-overlay { background-color: #ddd !important; }Let us know how it goes.
Thanks.
August 9, 2016 at 12:25 pm #1124064
mahmoud237ParticipantNo, it didn’t work .. let me clarify.
I have two backgrounds … You can see it on attachment (1) & (2)
I put an image (3) on the background (1) … see the image on attachment.
Here is what I want :
I want when I hover on image (3) the background change from (1) to (2)
thanks,
August 9, 2016 at 1:15 pm #1124162
RupokMemberHey there,
Thanks for writing back! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
August 10, 2016 at 9:31 am #1125574
mahmoud237ParticipantI understand that …but I’ll make it easier so you can help me on it.
is there a way to change an image or background while hover on it … it is that simple no need to complex things like my first inquiry .
Thanks again for you support .. I appreciate that 🙂
August 10, 2016 at 11:32 am #1125807
JoaoModeratorHi There,
Please add the following code and change the image URL for the desired image.
.home #x-section-1:hover { background-image: url("https://www.wellesleyfreelibrary.org/wp-content/uploads/2016/06/space-1.jpg") !important; }Hope it helps
Joao
August 10, 2016 at 7:35 pm #1126356
mahmoud237ParticipantThanks a lot … it’s worked 🙂
August 10, 2016 at 8:06 pm #1126480
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
August 19, 2016 at 7:03 pm #1138870
mahmoud237ParticipantHow can I add a fade effect to the second background when hover in it … I tried some coding but it didn’t work for me
August 19, 2016 at 7:04 pm #1138871
mahmoud237ParticipantThis reply has been marked as private.August 19, 2016 at 11:47 pm #1139174
FriechModeratorHi There,
You can add the opacity property on the given.
.home #x-section-1:hover { background-image: url("http://www.georgantasdesigns.com/wp-content/uploads/2016/08/6.png") !important; opacity: 0.75; }Hope it helps, Cheers!
August 20, 2016 at 9:03 am #1139474
mahmoud237ParticipantThanks but what I mean by fade I mean slowly appear
August 20, 2016 at 10:17 pm #1139966
Rue NelModeratorHello There,
Thanks for the updates! If you want it to fade slowly, please update the css code and use this instead:
.home #x-section-1{ opacity: 1; transition: opacity 1s linear; } .home #x-section-1:hover { background-image: url("http://www.georgantasdesigns.com/wp-content/uploads/2016/08/6.png") !important; opacity: 0.75; }Please let us know how it goes.
August 21, 2016 at 7:17 pm #1140702
mahmoud237Participantit is the same effect as before … I want it to fade slowly like fade in .
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1123834 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
