jbryan
Member-
Content Count
11 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
JavaScript Help - FAQ Accordion Style
jbryan replied to jbryan's question in Coding and Customization
Still looking for a solution to this issue. -
jbryan started following How would I make this box with an image?, JavaScript Help - FAQ Accordion Style, Style the Image Block: Card (Photo in front of card) and 1 other
-
Site URL: https://www.johnbryandesign.com/services/ When you open one FAQ question, you cannot close it. Here's my JavaScript: <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $(document).ready(function(){ $('.markdown-block .sqs-block-content h3').addClass('ui-closed').css('cursor','pointer'); $('.markdown-block .sqs-block-content h3').css('cursor','pointer'); $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle(); $(".markdown-block .sqs-block-content h3").click(function() { $(".markdown-block
-
Site URL: http://johnbryandesign.com Is it possible to change the background color of the social icon on hover using CSS with the Circle - Border style? I had in my CSS "fill: white !important background-color: black" but this seems to only change the social media image line color inside of the border. I am trying to create a hover effect to where it changes from Circle - Border to Circle - Solid. I'm not sure how to accomplish this with CSS. Is it possible to make the style change on hover? Thank you! SOLVED: // Color On Hover Social Icons // .socia
-
I'm using Squarespace 7.1 is there any way to make just the header navigation button to the"outline" style without changing the rest of the buttons? There's not an option for it in header button so I'm wondering if it has to be CSS. Something like: .header-actions-action .btn { style: outline !important; } Although, this CSS doesn't work of course 🤦♂️ Thanks!
-
Try: .site.title { font-family: Neogrey; }
-
Style the Image Block: Card (Photo in front of card)
jbryan replied to jbryan's question in Coding and Customization
No, I was able to replicate that block (not the image behind it). I moved on to practice doing the other blocks and I could not figure out how to get the image in front of the text block and make the text block bigger and change the background of it. I'm in a Squarespace web design course and some of my classmates can't figure it out either! @tuanphan I tried again for another hour trying to figure it out! I think it's an html block brought to the back and then styled by css? 😓 -
Style the Image Block: Card (Photo in front of card)
jbryan posted a question in Coding and Customization
Site URL: http://danbeeshin.com How can I style the image block: "card" to have the photo in front of the card? With changing the background color as well? If this is how they're doing this on their site... Is this HTML and CSS? http://danbeeshin.com Using the Pedro template to recreate this. -
bangank36 reacted to an answer to a question: Trouble Centering Two DIV's Side by Side
-
Trouble Centering Two DIV's Side by Side
jbryan replied to jbryan's question in Coding and Customization
Thank you, thank you, thank you! I appreciate this so much! ❤️ -
jbryan reacted to an answer to a question: Trouble Centering Two DIV's Side by Side
-
I cannot center these two div's side by side in the middle of the page! Please see image. I've been working on this for over an hour and a half now. Could someone please help me with this? I'm not sure what I'm doing wrong. Here's my HTML/CSS code: https://jsfiddle.net/Lsn0roxu/
-
derricksrandomviews reacted to an answer to a question: How would I make this box with an image?
-
jbryan reacted to an answer to a question: How would I make this box with an image?
-
How would I make this box with an image?
jbryan replied to jbryan's question in Coding and Customization
Thank you! I appreciate your help. -
Site URL: https://teamsterslocal929.org Hello community! I saw this image with a box behind it and I really like the idea of it. How could I incorporate this into my own site? I believe it's HTML/CSS. It seems like you can write text and put icons as well on that colored box. I would like to do this as well. I need help please! Thank you so much, John