-
Posts
13 -
Joined
-
Last visited
Reputation Activity
-
capovelli reacted to tuanphan in Background image to change orientation when in mobile mode
You can add 2 images, then we will give the code to do this
Or you can add this to Design > Custom CSS to replace mobile with new image
/* Mobile third image */ @media screen and (max-width:767px) { body.homepage .blog-basic-grid.collection-content-wrapper a[href="/home/lokibot"] img { content: url(https://cdn.pixabay.com/photo/2020/04/08/06/55/elephant-5015964__480.jpg); } }
-
capovelli reacted to Beyondspace in Background image to change orientation when in mobile mode
I think we can implement one more image block that has the vertical background. So we can set some code to hide it when you are on desktop display and visible when you are on mobile display
-
capovelli got a reaction from Beyondspace in Blog 'Next and Previous' navigation to change color when hovering
@bangank36 Thank you very much. That worked perfectly.
-
capovelli reacted to Beyondspace in Blog 'Next and Previous' navigation to change color when hovering
My testing
-
capovelli reacted to Beyondspace in Blog 'Next and Previous' navigation to change color when hovering
Try adding to Home > Design > Custom Css
.item-pagination-link:hover svg { stroke: #ffb6c1 !important; } Let me know how it works on your site
Support me by pressing 👍 if this useful for you
-
capovelli reacted to Beyondspace in Blog 'Next and Previous' navigation to change color when hovering
My testing