When I originally uploaded this code for a client to swap out a different logo color on a different page, it was working. However, recently something has changed and it's no longer displaying. Any help on how to change it? I originally inserted this code into the page's header:
<style>
.header-title-logo a {
content: url("https://static1.squarespace.com/static/5ee7ac6c0dd81c33d50f18c1/t/5f04adb33d7efb7d6678fdd3/1594142131192/actuate_horizontal_white.png");
}
</style>
I tried the first css approach and found it didn't work in firefox. ( was fine in chrome and safari)
Here's a way to do it in vanilla javascript without calling jquery.
<script>
var rea
Question
sanluistacos 1
Site URL: https://www.actuatelaw.com/services
When I originally uploaded this code for a client to swap out a different logo color on a different page, it was working. However, recently something has changed and it's no longer displaying. Any help on how to change it? I originally inserted this code into the page's header:
<style>
.header-title-logo a {
content: url("https://static1.squarespace.com/static/5ee7ac6c0dd81c33d50f18c1/t/5f04adb33d7efb7d6678fdd3/1594142131192/actuate_horizontal_white.png");
}
</style>
Here is the page where it's not displaying: https://www.actuatelaw.com/services
Link to post
Top Posters For This Question
2
2
2
1
Popular Days
Dec 11
1
Sep 25
1
Dec 24
1
Sep 26
1
Top Posters For This Question
sanluistacos 2 posts
tuanphan 2 posts
TomP 2 posts
mingisdew 1 post
Popular Days
Dec 11 2020
1 post
Sep 25 2020
1 post
Dec 24 2020
1 post
Sep 26 2020
1 post
Popular Posts
TomP
I tried the first css approach and found it didn't work in firefox. ( was fine in chrome and safari) Here's a way to do it in vanilla javascript without calling jquery. <script> var rea
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment