tweezy
Circle Member-
Content Count
38 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
tuanphan reacted to a post in a topic: Does this site encourage you to sign up for a trip?
-
Does this site encourage you to sign up for a trip?
tweezy replied to Cameraodysseys's topic in Feedback on Your Site
I think you have great content on your site...but I think the homepage should be organized a little different. Just my opinion, but I think it would have better flow if you organized like this: 1. "Travel like a journalist, live like a native, shoot like a professional" - this should be first because this is what your website/business/service is about. 2. "Our destinations are remote and exciting..." paragraph should come next with the "Start your Odyssey" link below it. I also think you should pull a few of the most telling sentences from your testimonials and feature them on -
https://cinnamon-guitar-2zdw.squarespace.com/blog Now that I have the background, I don't want to change the line blocks anymore. However, how can I add an image to the background of every post without having to insert css into each individual post?
-
I was able to figure out how to add a background to the blog index, but not the individual blog post like your screenshot above.
-
Hi, I also tried putting this code into the actual page in the page header injection, but that didn't work either. I would like to add a background on the blog index page: https://cinnamon-guitar-2zdw.squarespace.com/blog Password: 7512
-
https://cinnamon-guitar-2zdw.squarespace.com/blog Password: 7512
-
It didn't work for me.
-
Site URL: https://cinnamon-guitar-2zdw.squarespace.com/blog/s Hello, I would like to change the line blocks (between blog posts) on my blog index page into an image. Can anyone advise please? Site password: 7512
-
Site URL: https://cinnamon-guitar-2zdw.squarespace.com/blog Hello, I need help with adding a background image to my blog index page with css. ...or, adding a background image to to the wrapper of each blog post. I've been playing around with this code, but nothing is working: .tweak-blog-list-style-stacked .BlogList-item-image { background-image: url(IMAGE URL HERE) width: 100%; max-width: 500px; } If anyone can please advise, I'd really appreciate it! Site Password: 7512
-
Site URL: https://cinnamon-guitar-2zdw.squarespace.com/blog Hello, I need help with adding a background image to my blog index page with css. In addition to this, I also need help with adding a background image to to the wrapper of each blog post. If anyone can please advise, I'd really appreciate it! Password: 7512
-
Never mind, I figured it out. Thanks!
-
HI, I've replied to your questions above...can you help please?
-
I want to change the font size and the size of the image. I would like it to look like the second picture below. The first picture is how it currently looks.
-
I want to change the font size I also want to make the image bigger. When I make the image bigger, the containing box cuts off the image.
-
It didn't work with the original code. I want to make both the background image and the font bigger.
-
Custom Font for title text on overlay images
tweezy replied to tweezy's question in Coding and Customization
Figured it out, in case anyone needs it: .sqs-block-image .design-layout-poster .image-title p { font-family: YOURFONTHERE; font-weight: 300; font-style: normal; letter-spacing: 0em; text-transform: none; line-height: 1.2em;