Change Layout Blog Page - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Layout Blog Page

H

H

Helix Framework 3 years ago

I have a blog page: http://ijscomanvenlo.nl/nl/over-ons/projecten?filter_tag[0]=2

I want to change the layuout of the title "Voorbeelden van onze projecten".

The font is determined by class sp-page-title-heading. But I cannot find any setting in Helix to change this font!

Similar for the background color (now bright blue): I cannot find the setting.

P.S. I think it would be very helpfull if there was a kind of cross reference table linking the classnames of Helix with the menu in Helix whre you can change the class css.

-1
4 Answers
RS
Rob Sieniuc
Accepted Answer
3 years ago #90823

Similiar request. Would like to change the blog title font and sizing - but it remains fixed. Where on the code is it listed? Thanks

0
P
Pinki
Accepted Answer
3 years ago #90867

U need to change font for Heders H1, h2, h3 etc. in template settings in section Typography.

0
H
H
Accepted Answer
3 years ago #90872

If you check the page with the inspector you will see that h1 etc are being overruled by .sp-page-title and .sp-page-title-heading: https://prnt.sc/XTf3TsQj2sQp

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #90949

Hello H

You can change the style with Custom CSS in Template Options -> Custom Code -> Custom CSS

.sp-page-title .sp-page-title-heading{
    css-property: css-value;
}

Best regards

0