mathildeeeeee
Member-
Content Count
25 -
Joined
-
Last visited
-
Hover Text Grid Gallery
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
thanks @tuanphan 😉- 4 replies
-
- gallery
- grid-gallery
-
(and 2 more)
Tagged with:
-
bangank36 reacted to an answer to a question: Hover Text Grid Gallery
-
Hover Text Grid Gallery
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
@bangank36 thank you!!! 😁- 4 replies
-
- gallery
- grid-gallery
-
(and 2 more)
Tagged with:
-
bangank36 reacted to a question: Hover Text Grid Gallery
-
Site URL: https://www.inspirewellnessandnutrition.com/our-suggestions Hey guys! I am trying to design this resources page with thumbnail images and descriptive text. I would live the text to appear when hovering on images. Right now, the text (title) is not full when hovering. It's only showing an excerpt in the box and the full text in a separate grey box. (see screenshot) Could you please help me with the CSS? Or is there better option for same results? Thank you in advance!
- 4 replies
-
- gallery
- grid-gallery
-
(and 2 more)
Tagged with:
-
Remove an element for mobile screen size
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
Ok I think I got this ! Thanks so much for your help on this! This is working for me: Code Block: <div class="vertical-line"></div> CSS: .vertical-line { display: block; background: #ffffff; width: 2px; height: 500px; } /*hide vertical line*/ @media screen and (max-width:640px) { .vertical-line { display: none; } } -
Remove an element for mobile screen size
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
Hi @tuanphan thank you for your reply. Do I have to do this manually for all the recipes? https://www.inspirewellnessandnutrition.com/all-recipes Or is there a way to "call" that specific image that I use and remove it from mobile screens...(?) Thank you in advance! -
Remove an element for mobile screen size
mathildeeeeee posted a question in Coding and Customization
Site URL: https://www.inspirewellnessandnutrition.com/recipes-blog/favorite-crunchy-avocado-toast Hey guys, Is it possible to remove a recurring image in mobile view? I am designing recipe pages in a blog and I am using an image of a line that separates the ingredients from the instructions... which looks ok on desktop but not on mobile... Any suggestions for this issue? Thanks in advance! -
mathildeeeeee reacted to an answer to a question: Style navigation
-
@tuanphan thank you for that! Looks much better now!!
-
@mess_cal Amazing!! Thank you so much!!
-
mathildeeeeee reacted to an answer to a question: Style navigation
-
Site URL: https://www.inspirewellnessandnutrition.com/blog/inflammation-what-is-it-and-should-we-be-concerned Hey guys! I am trying to style the navigation bar located at the bottom of each blog post... removing the lines wrapping the navigation links and making the font slightly bigger. Is this possible? (This is a business plan website.) Thanks in advance!
-
paul2009 reacted to an answer to a question: Is it possible to show all blog posts in a summary block?
-
Is it possible to show all blog posts in a summary block?
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
@paul2009 great, thanks for your help! -
mathildeeeeee reacted to an answer to a question: Is it possible to show all blog posts in a summary block?
-
Site URL: https://www.inspirewellnessandnutrition.com/blog-recipes Hey guys! The summary block settings allow you to display maximum 30 items. Is there a way to show all blog posts? *This template [Version 7.0– Montauk family (Om template)] is very restricted with the features so I had to create a separate page with a summary block in order to get the design wanted with thumbnail images (otherwise the blog is a long scrolling page with full blogposts ...) (This is a business plan) Any suggestions? Thanks in advance!
-
tcp13 reacted to an answer to a question: Print page button?
-
@tcp13 Thank you for this! It works great 🙂
-
Site URL: https://www.inspirewellnessandnutrition.com/blog/banana-bread-cookies Hey guys! Quick question: is it possible to add a Print button/link on blog posts? (This is a Business plan website) Thanks in advance!
-
creedon reacted to an answer to a question: Change default text
-
Thank you thank you!!! Worked perfectly.
-
mathildeeeeee reacted to an answer to a question: Change default text
-
@tuanphan