Search the Community
Showing results for tags 'site-title'.
Found 23 results
-
Hi there! I am trying to change my site title to my custom font. I uploaded it and inputted the CSS to add the font, and I can get it to work if I do h1 or h2 but I can't for the life of me figure out what to put to get it to change my site title. Is it the template I'm using? Here's what I have //ADDING PASTELYN FONT// @font-face { font-family: 'PASTELYN'; src: url('https://static1.squarespace.com/static/5df22fc379484348e14137a3/t/5df236ca5b62b55cb767a51f/1576154826055/Pastelyn.otf'); } //ASSIGN PASTELYN FONT// site title {font-family: 'PASTELYN';}
- 1 reply
-
- custom-css
- site-title
-
(and 1 more)
Tagged with:
-
Anyone have a custom CSS for centering site title with 2-3 navigation on both sides of site title in Flatiron template? My site : www.annafinocchiaro.com
- 1 reply
-
- flatiron-template
- flatiron
-
(and 3 more)
Tagged with:
-
i am trying to add buttons to the site title area of our website. can anyone help me with the coding for that??
-
- skye-template
- adding
-
(and 2 more)
Tagged with:
-
Can anybody help me to change the font of my site title (header section) to a custom font? I'm using the Rally template (Brine family) and am struggling to find any CSS that works... Thanks so much!
- 2 replies
-
- custom-css
- site-title
-
(and 3 more)
Tagged with:
-
Hello, I have managed to change the H1 of my website to my custom imported font using CCS coding however I cannot change my site title. Wanting to change to font 'better signature' I am using the Foster Design Template. Current coding as attached- what am I doing wrong?
-
- site-title
- css
-
(and 1 more)
Tagged with:
-
We are not sure if this is the correct place to post this issue. If not, please point us to the correct forum. Issue: To the right of the page title, Services, it reads: composed writer.com. That's an old website name. It should read verbose editing.com. Most of our web pages read like this. We've scoured the template and can't figure out how to fix this. Does anyone know how to fix this? We are using the Handyman template. Thank you, Verbose
- 2 replies
-
- page-title
- title
-
(and 3 more)
Tagged with:
-
Hello, I'm desperately trying to get my site logo colour to invert on my homepage. It needs to be black everywhere else except my homepage where I want it to be white. I've found an old thread that has a very similar query to this but the custom CSS code that was suggested didn't work for me. Any ideas?
- 6 replies
-
- style
- style-editor
-
(and 2 more)
Tagged with:
-
Hi Everyone, When I scroll down on my page the logo in the top left corner hides, but then when I scroll back up it appears and displays over text/images/etc. This looks bad and seems unnecesary, but there is no way to disable it. Does anybody know of a way I can code through it? I understanding coding, but I am unfamiliar with html and css. Thanks.
-
The site title ("T1DF") is displayed as "T" in the mobile site. I have a Five template 7.0 version. My understanding is that mobile behavior changes with 7.1. Has this bug been fixed? In the meantime, I can't figure out what to do to get the site tittle properly displayed. Any thought?
- 3 replies
-
- mobile
- five-template
-
(and 1 more)
Tagged with:
-
I am working in Avenue and have made my site-title and navigation bar fixed. As the template is set, the site-title is left justified, and the navigation bar is right justified. I would like to move the navigation bar closer to the title, so that there is not a large gap. I have added the following in order to do this, however, now when the window size is reduced, the navigation bar overlaps the site-title. Any ideas on how to fix this? #topNav nav { float: left !important; margin-top:0px} #header nav {position: relative; bottom:0px; left: -150px;} #header { position:fixed; z-index: 1; background-color: white; padding-top: 30px; width: 90%; padding-bottom: 0px; }
- 8 replies
-
- navigation
- navbar
-
(and 3 more)
Tagged with:
-
Our website logo image (www.marpa.com) currently is a red logo of our company with white font, which works great for the home page. Though, when entering a gallery page, we have our background set to white, and you can't read the white font of the logo image. Is there a way to have it change to black font? I don't want to 'invert' the logo, as it would change our red circle as well. The goal is to have our red logo with white font on the home page and red logo with black font on gallery pages. Thanks!Bodie
-
- logo
- site-title
-
(and 2 more)
Tagged with:
-
Hello, My site uses the Om template. In Site Styles > Options > Header Subtitle, I have selected "None." However, in Google search results for my site, I see the site title as the main link, then underneath are the words "Street Address. City, State, Zip. Phone Number. Your Custom Text Here ..." Why are these items showing up when I have not selected those options for my header subtitle? Is there a way to remove these items from the site/and therefore Google, so the site has a cleaner look in search results? Thanks so much!
-
How do I create a line break in my site title?
solomonjki posted a question in Coding and Customization
Link to my website I noticed when updating my site today that using <.br.> (minus the periods) has totally stopped working in my site title as a line break and simply displays as normal text. I've replaced it with a | for now. It was never a good solution because it showed up in previews as text as well but at least it worked on the site.So, how do I create a line break now if this code is no longer accepted?- 1 reply
-
- site-title
- line
-
(and 2 more)
Tagged with:
-
Hi! I'm super new to CSS and coding so please be as thorough as possible. I downloaded a custom font (HelveticaNow) and I have successfully applied it to my headers and body text through CSS. If it's relevant, the template I am using is Native. Here is what has worked for me as far as body text goes: @font-face { font-family: 'HELVETICANOW'; src: url('https://static1.squarespace.com/static/5d6c2d758a0acc000187f3f5/t/5d795050146faa22dd3e6e24/1568231504475/HelveticaNowDisplayXBlk.otf'); } p {font-family: 'helveticanow';} font-size: 14px; I've also gotten the headers to work using a nearly identical code (just putting h1, h2, h3, etc., in place of the p on line 6). My trouble now comes with trying to apply this to the site title. I've looked at numerous Q&A's and videos but nothing has worked for me. I also have yet to attempt adding a custom font to the navigation bar, though I would also like to eventually do that aswell; if someone could include the coding for the navigation bar in addition to the site title, that would be awesome. Thanks! (p.s.) Since I am so incredibly new to CSS, I would greatly appreciate a simple copy-and-paste solution, if possible :)
-
How To Change Ishimoto Site Title Font Using CSS
tjhos posted a question in Coding and Customization
I'm using the Ishimoto template. Having a hard time figuring out how I can change my site title font, i've gone through multiple threads on this forum and have been unsuccessful in finding a solution to the problem. The website is live but has a cover page right now for the under construction phase as i work to get it the way i want. The code i was trying to use was @font-face { font-family: 'GeosansLight'; src: url('https://static1.squarespace.com/static/5a8c34eb51a584a57bc62511/t/5a93aadff9619a83af6f6839/1519626975231/GeosansLight.ttf '); font-weight: normal; font-style: normal; } .has-site-title .Header-branding { font-family: "GeosansLight"; }-
- css
- site-title
-
(and 3 more)
Tagged with:
-
Site Subtitle on Miller is Hidden on Mobile?
salamanker posted a question in Coding and Customization
I've seen many questions on how to hide a subtitle but I'm wondering how to have the subtitle visible on mobile. The subtitle is essential to the page to summarise our various services. Unfortunately customer service could only tell me that the template was designed to hide the subtitle on mobile and to try css? Site is 99% done, unfortunately we only noticed the subtitle missing from mobile view way down the line so we cannot change the template at this point. Using Miller template. -
I have tried to find the collection id for each page by right clicking and looking at the source then searching for body id. I also tried to look in the url section for each page, then tried to go to the page I want to edit and looking at the url in the browser address bar. Where can I find the page/collection id to insert custom css for each page?
-
How do I change the size of the Site Title for mobile site?
audur posted a question in Coding and Customization
Site Title is coming up too big in the mobile version of my site. Any tips on how to adjust this would be greatly appreciated. alanalouisemay.com/blog Thanks!- 8 replies
-
- mobile
- site-title
-
(and 1 more)
Tagged with:
-
Adversary: Changing site title to a custom font
thedjbigc posted a question in Coding and Customization
Hello! So this should be really quite simple but I just can't to seem to figure it out. I'm currently putting together my site in a trial period and planning to go live with it over the weekend. https://forceproductions.squarespace.com is the site. As you can see I've managed to get ALL of my header fonts to be diablo_h except for the main title - which is the most important! Firstly, I know nothing about CSS. I've managed to read through a ton of forums to figure out my way a bit, but this is the code I've injected so far: @font-face { font-family: 'diablo_h'; src: url('https://static1.squarespace.com/static/55d0da93e4b0ebe2dff29cd3/t/55d2c187e4b0a6ed876846ba/1439875463298/diablo_h.ttf'),; font-weight: 400; } h1, h2, h3, h4, h5, h6 { font-family: 'diablo_h'; font-weight: 400; } ALL THAT ABOVE IS WORKING I cannot for the life of me figure out how to make the main title text the same font, diablo_h. I have found that .page-title{display:none;} removes the title, but I can't seem to make it change the font. I also tried .homepage #siteTitle {font-family: 'diablo_h'; src: url('https://static1.squarespace.com/static/55d0da93e4b0ebe2dff29cd3/t/55d2c187e4b0a6ed876846ba/1439875463298/diablo_h.ttf'),; font-weight: 400} but that didn't do anything... Please help! -
How do you change the menu style on the mobile site?
emmalidster posted a question in Coding and Customization
I am using the Five template and when viewed on the mobile site the words don't show up, just the menu symbol and the web page title. Is there any way to hide the web page title and change the menu to actual words on the mobile site? http://lumencity-lighting.squarespace.com- 10 replies