Jump to content

Different logo on Projects

Recommended Posts

  • Replies 7
  • Views 632
  • Created
  • Last Reply

Add to Page Settings > Advanced > Header. Replace with your new logo url.

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
	$('.header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg');
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 12/11/2020 at 6:04 PM, tuanphan said:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script>

@tuanphan i dont have Advanced or code injection option for project pages. I only see it for the project page. But i dont want to change that i just want a different logo on individual project pages, not the project page if im making any sense.

 

 

Link to comment
18 hours ago, gagica said:

@tuanphan i dont have Advanced or code injection option for project pages. I only see it for the project page. But i dont want to change that i just want a different logo on individual project pages, not the project page if im making any sense.

 

 

Use new code

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
	$('.view-item .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg');
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
8 hours ago, tuanphan said:

Use new code


<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
	$('.view-item .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg');
});
</script>

 

thank you this works i tried it with your image, how do i create url for my logo? through CSS/custom files or there is another way?

 

 

Link to comment
On 12/16/2020 at 2:35 AM, gagica said:

thank you no worries i figured it out.

I see footer in tablet, email is break at "m". To fix this you can add this to Home > Design > Custom CSS

/* tablet footer */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-96bcdd020e2048e1d369 {
    padding-right: 0;
}
}

image.thumb.png.19e8300b1e0714d44a2e5102c2dd6888.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.