mathildeeeeee
Member-
Content Count
34 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Change font-size on banner image on one page only
mathildeeeeee posted a question in Coding and Customization
Site URL: https://www.inspirewellnessandnutrition.com/workshop-evaluation-form Hey guys! Is it possible to change the font of the title on banner image on just this one page? I would like the text to be smaller to fit on one line for both title and subtitle ... Thank you in advance!! -
mathildeeeeee reacted to an answer to a question: Removing white space
-
nope... would you mind helping me with this?
-
Adding underlined links in blog
mathildeeeeee replied to mathildeeeeee's question in Coding and Customization
many thanks!!😁 @tuanphan -
mathildeeeeee reacted to an answer to a question: Adding underlined links in blog
-
Site URL: https://www.inspirewellnessandnutrition.com/inspireblog/the-superpowers-of-vitamin-d Hey guys! I am trying to add underline links to CSS but the code below applies to all links on website (buttons, navigation titles, etc.) Is there a way to only have it apply to links within blogposts only? /*underline links*/ .sqs-block-content a, .sqs-block-content a:hover { text-decoration: underline !important; } Thanks in advance!
-
Hi @tuanphan, that would be great! Thanks for all your help!
-
thanks so much @tuanphan 🙂
-
Site URL: https://www.enjoyleadingwithaboldvision.com/services Hey guys, I was wondering if it is possible to remove white space after headings for just one section/page on a website? The design settings affects the entire website... In this case, should I add code blocks for this specific section and add CSS? Thank you in advance for your help!
-
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!!