Jump to content

Recommended Posts

  • Replies 7
  • Views 742
  • Created
  • Last Reply

Top Posters In This Topic

2 hours ago, zevinattisha said:

@HoaLT not quiet. I am wanting the navigation bar to be wider. this way all the buttons in the nav bar will be on one line, and i can make the font bigger

Screenshot 2024-08-08 at 2.13.02 PM.png

How should they be? Do you have any mockups/samples for the result you want to achieve?

Press 👍  or mark my comment as solution if you find my sharing useful

🆒 Squarespace pinchzoom lightbox plugin (affiliate link)

👁‍🗨 360 degree photo viewer (affiliate link)

Link to comment
5 hours ago, HoaLT said:

How should they be? Do you have any mockups/samples for the result you want to achieve?

Im just looking to make the font size bigger of the navigation bar. but i am unable to do so because if i were to make it larger then the words would wrap.

Link to comment
On 8/9/2024 at 12:44 PM, zevinattisha said:

Im just looking to make the font size bigger of the navigation bar. but i am unable to do so because if i were to make it larger then the words would wrap.

You can use this code to Website Tools > Custom CSS

nav {
	flex-wrap: nowrap;
}

then increase site navigation size, I think problem will disappear

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

What code would I need to change the header logo url? I saw an answer from a while back that had the below code, but I believe it would need to be customized to go to my "main" page and I'm unsure where to edit it. 

 

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<script>$(document).ready(function () {
         $(".logo a[href]").attr("href", "http://www.google.com/");
       });
</script>
Link to comment
On 8/13/2024 at 5:22 AM, jackieo416 said:

What code would I need to change the header logo url? I saw an answer from a while back that had the below code, but I believe it would need to be customized to go to my "main" page and I'm unsure where to edit it. 

 

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<script>$(document).ready(function () {
         $(".logo a[href]").attr("href", "http://www.google.com/");
       });
</script>

Use this code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $(document).ready(function () {
         $(".header-title a").attr("href", "http://www.google.com/");
       });
</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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.