Jump to content

Changing custom font color in 7.1

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://www.growingupskywalker.com/

I'm not a CSS expert by any means, but I am using CSS to add a custom header font ("Star Jedi") to my homepage. The only part of the code that won't work is the line to change the color from white to black. Could anyone give a recommendation to fix it?

 

@font-face {

    font-family: 'StarJedi';

       src: url('https://static1.squarespace.com/static/6077295bab14e91069cfb6b3/t/60aa8fb3b82d4c085443b6ac/1621790643993/Starjedi.ttf');

  }

h1 {font-family: 'StarJedi';}

h1 {

  font-family: 'StarJedi';
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  color: hsl(0, 100%, 0%);
  letter-spacing: 3px;
  text-transform: lowercase;
  line-height: 1em;

}

 

Screen Shot 2021-05-27 at 9.09.26 AM.png

Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

Use this code

h1 {
    font-family: 'StarJedi';
    font-weight: 700;
    font-style: normal;
    font-size: 150px;
    color: #000 !important;
    letter-spacing: 3px;
    text-transform: lowercase;
    line-height: 1em;
}

 

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 5/28/2021 at 10:37 PM, growingupskywalker said:

You're a wizard! Thanks so much.

Do you need to support with these?

Site URL: https://www.growingupskywalker.com/

1. (Mobile-Homepage) reduce text size?

growingupskywalker.com-01-min.png

2. (Tablet-Footer) Change text width?

growingupskywalker.com-02-min.png

3. (Tablet-Homepage) Reduce text size?

growingupskywalker.com-03-min.png

4. (Follow page) You haven’t changed SEO Title so the browser tab name still shows “general 3”

growingupskywalker.com-04-min.png

5. (Mobile-Extras) Center these buttons or make them side by side?

growingupskywalker.com-05-min.png

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.