Jump to content

Custom font on five template in mobile navigation / help needed

Recommended Posts

Hello everybody!

I have a problem with my website since I changed everything to custom fonts. I am a social worker, so no expert on building a website, sorry for that in advance.

I was able to change every fonts of the website, except the folders mobile in the navigation menu. I tried everything I found, but nothing works.

My website is: www.beratung-und-betreuung.de.

I would really appreciate any help!

Thank you!

Pablo

Link to comment
  • Replies 6
  • Views 414
  • Created
  • Last Reply

Top Posters In This Topic

16 minutes ago, PabloHamburg said:

Hello everybody!

I have a problem with my website since I changed everything to custom fonts. I am a social worker, so no expert on building a website, sorry for that in advance.

I was able to change every fonts of the website, except the folders mobile in the navigation menu. I tried everything I found, but nothing works.

My website is: www.beratung-und-betreuung.de.

I would really appreciate any help!

Thank you!

Pablo

Here is the tutorial to install custom font: https://recordit.co/xLAoVsFHqC

Have you figured it out? I check it works fine

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
1 hour ago, Beyondspace said:

Here is the tutorial to install custom font: https://recordit.co/xLAoVsFHqC

Have you figured it out? I check it works fine

Thank you very very much! After I put !important to it, it worked finally!

I just don't know if now I am still able to change any specific font (for example h1)?

One more question if you don't mind: on my home-site I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. Is there a way to avoid that space?

Thank you so much!

Pablo

Link to comment
On 12/1/2022 at 9:48 PM, PabloHamburg said:

Thank you very very much! After I put !important to it, it worked finally!

I just don't know if now I am still able to change any specific font (for example h1)?

One more question if you don't mind: on my home-site I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. Is there a way to avoid that space?

Thank you so much!

Pablo

 

Add to Design > Custom CSS to fix space

/* Mobile code blocks spacing */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
}

 

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/4/2022 at 6:14 AM, tuanphan said:

Add to Design > Custom CSS to fix space

/* Mobile code blocks spacing */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
}

 

Hello again! Sorry, I have to ask again: I changed the heading of the page and now your solution isn't working anymore. I think I changed the code of the block. Could you held me?

Thank you very much!

Link to comment
On 12/6/2022 at 3:42 PM, PabloHamburg said:

Hello again! Sorry, I have to ask again: I changed the heading of the page and now your solution isn't working anymore. I think I changed the code of the block. Could you held me?

Thank you very much!

Hi,

Try this new code

/* Mobile code blocks spacing */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1670314369666_21458+.row .code-block {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
}

 

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.