font text color

I would like the font text color from this forum used on my website!! Instead the default ? Thanks

Good morning

Font used on this website is Helvetica Neue (body font) and you can do the same on your website, for this you need to load font on your website and then apply it to elements, there are many methods in the web on how to achieve goal here, this is one of them:

I just wanted the font color changed

Hello,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

The link is
https://keebu.com

Good evening

My bad :slight_smile: i thought you wanted, font & color

this is your css:

#ctf p.ctf-tweet-text, #ctf p.ctf-media-link {
color: #666;
}

p.s. if this is something else then you need to tell me reference text you want to change color

The text on the website is still gray, I wanted all the text on the site the same color
https://keebu.com/2019/05/14/flying-lotus-more-feat-anderson-paak-official-video/

Good morning

Providing a piece of proper information is vital for a good solution, your homepage is different and inner pages are different,

body {
color: #666;
}

Noda thanks it looks like ?? we we’re giving each other the wrong information, lol… that has now been corrected again thanks!!

Now to another question how do I get the text just when QUOTING using the blockquote

See the included screenshot, the link is below from the website I came across that I want the quotes to look the same!!

here’s how quotes look on my website scroll to the bottom before the video

https://Bit.ly/2EhFENF

Good morning

Well, this is kind of what you give me is what you get :slight_smile:

try this CSS for blockquote:

blockquote p {
font-weight: bold;
}
blockquote {
background: #efefef;
padding: 30px 20px;
font-weight: bold;
}