Font Size And Color In Helix Titles - Question | JoomShaper

Font Size And Color In Helix Titles

FM

Fernando Molina

Helix Framework 11 months ago

I need to change the font size and the color of the article titles. How do I do that?

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #174398

Hola Fernando.

You have to use Custom CSS, if settings from Typography don't work for you.


Extra tip for beginner webmasters >> https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0
FM
Fernando Molina
Accepted Answer
11 months ago #174407

Thank you, Paul. I must say I am quite dumb with codes and I am afraid I did not find the answer in here. I need the title of the articles in the blog category view to look like the one in the article view, as shown in the picutres above

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174400

Hi

Thanks for contacting us. Could you please give me your site URL and also a screenshot of your issue?

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #174438

Fortunately, you will not be pointed out to say that you do not know something, of course, here is a hint.

.article-list .article .article-header > h2 > a,
.article-header > h2 > a {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2525bc;}

Please add that inside custom.css file.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #174439

Add also that line

.sp-sign-in {color: #eee;}

If you want to make Sign In link in Header visible

0