Change Color In Joomla Articles Heading - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Color In Joomla Articles Heading

AO

Arne Opheim

Helix Framework 3 years ago

Hi, I wonder how the heading color in Joomla articles can be changed in template Pitech? Please find screenshot here: https://arbeid5.joomla4.no/colorjoomlaart

Regards Arne Opheim

0
5 Answers
Ugur Uygur
Ugur Uygur
Accepted Answer
3 years ago #59372

Hi,

You can create a custom.css file or use the template css field.

https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-code-css-js-meta

.view-article #sp-main-body .container .article-header h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
    color: #e97025;  /*From here*/
}
0
Ugur Uygur
Ugur Uygur
Accepted Answer
3 years ago #59373

Or

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #26256c;  /*From here*/
  margin: 0 0 20px;
  font-weight: 700;
}

h1 {
  font-size: 2.375em;
  line-height: 1.315;
  /* 38px */
}

h2 {
  font-size: 2.125em;
  line-height: 1.235;
  /* 34px */
}

h3 {
  font-size: 1.875em;
  line-height: 1.266;
  /* 30px */
}

h4 {
  font-size: 1.625em;
  line-height: 1.307;
  /* 26px */
}

h5 {
  font-size: 1.375em;
  line-height: 1.363;
  /* 22px */
}

h6 {
  font-size: 1.125em;
  line-height: 1.444;
  /* 18px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
0
AO
Arne Opheim
Accepted Answer
3 years ago #59375

Hi Ugur, Thank you very much for your good and quick answer. It solved my problem.

Best regards Arne Opheim

0
Ugur Uygur
Ugur Uygur
Accepted Answer
3 years ago #59377

Hi Arne,

I'm glad the issue was resolved, thanks.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #59382

Glad to have such a community there:)

Thanks to both of you...

Stay with us!

1