The-Design-Order
-
Content Count
17 -
Joined
-
Last visited
Posts posted by The-Design-Order
-
-
@tuanphan - I am struggling to get the code to work on my new site too.
.blog-item-title h1.entry-title {
font-family: 'RoxboroughCF-Regular' !important;
}With no sucess.
-
Thanks @tuanphan - has worked perfectly!
-
Site URL: https://pineapple-maroon-hpja.squarespace.com/home
My client has just asked whether it is possible to change the colour of the error messages on the forms (on incorrect form submissions) to another colour. Has anyone had any experience with this?
Hoping to change the colour to #768D99
-
Sorry Tuan -
Here is one of the blog (project) pages again
https://parakeet-buffalo-cnnb.squarespace.com/projects/s14wywnabsucw66u62lozj6te7hz5s-h3jpw
-
Sorry Tuan -
Here is one of the blog (project) pages again
https://parakeet-buffalo-cnnb.squarespace.com/projects/s14wywnabsucw66u62lozj6te7hz5s-h3jpw
This is the effect we are trying to achieve.
-
Hey Tuan - I am using the blog function for the projects.
Here is one of them.
https://parakeet-buffalo-cnnb.squarespace.com/config/pages
Thank you
-
Site URL: https://parakeet-buffalo-cnnb.squarespace.com/home
Looking to see if it is possible to style my blog pages using the same "packed" imagery style as per the gallery on the home page.
I am wanting my clients to be able to upload her project imagery quickly and easily to a gallery (so they are automatically cropped) but cant seem to get my blog pages to load the same gallery formatting as per the home page.
-
Thanks @tuanphan
Excuse my ignorance as I am pretty new to all of this. Where do I put this code?
Just on those two pages that are viewing incorrectly for her?
-
Hi there -
One of my clients has this recurring issue where the logo in the header is incorrectly displaying as reversed when she is reviewing some of her websites pages. I cannot replicate the issue and just cant figure out what is going on. I have asked her to clear her cache and also update her browser but the issue is still occurring.
It is on these pages:
https://flute-chimes-hzmd.squarespace.com/horse-agistment/
https://flute-chimes-hzmd.squarespace.com/faqs-1
On some of the websites other pages I am using the code below in the Advanced tab on the relevant pages to reverse the logo.
<script>
$(function(){
$(".Header-branding-logo, .Mobile-bar-branding-logo").attr("src","https://static1.squarespace.com/static/5dad0c6629c3100c9dc837c0/t/5dae99345e848e76d61a7b6a/1571723573012/191021_HaddenFarm_logo_working_V1-reversed.png");
});
</script>Any help or troubleshooting tips would be amazing! Thanks so much in advance.
-
@tuanphan you did it you amazing thing! Thank you so much.
I have also bookmarked your website for future help. I have a few clients asking for more and more difficult SS integrations which I am sure will get to point where I can no-longer figure them out solo. I will no doubt be in touch some time in the future.
-
@tuanphan oh great thank you.
Although when I try it, it is giving me the same id as the block???
@media screen and (max-width:640px) {
/* home-page */
div#block-yui_3_17_2_1_1575266050435_281 .image-card-wrapper .image-subtitle-wrapper * {
font-size: 40px !important;
}
/* Homepage poster h2 */
div#page-yui_3_17_2_1_1575266050435_281
.sqs-block-content h2 {
font-size: 20px;
}
/* Homepage poster h3 */
div#page-yui_3_17_2_1_1575266050435_281h3 {
font-size: 20px;
}
}It is the text below that I am hoping to increase.
-
Hey @tuanphan I am trying to do this too with no luck!
I am confused about how to find the div#page id. number to insert into your code above. I think I found the div#block id but an unsure now how to adjust the rest.
My site is live here - https://cat-smilodon-zzgl.squarespace.com/home-page
Any direction would be amazing as the text on the mobile is tiny! Thanks so much.
Custom font for blog title
in Coding and Customization
Posted
Update! I figured this out. Incase anyone else is having difficulties. I am using Brine. I inspected the elements and it just looks like the naming is slightly different...
For the blog headings:
h1.BlogItem-title {
font-family: 'RoxboroughCF-Regular' !important;
}
For the list headings:
.BlogList-item-title {
font-family: 'RoxboroughCF-Regular'
!important;
font-size: 30px;
}