Helix3 Page Title - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Helix3 Page Title

M

Milena

Helix Framework 1 month ago

Hello! How can i change the size of the page title using Helix3 Page Title from main menu. I am using template Educon and i cant find an option for text change of the Helix3 Page Title.

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #202695

If you want to reduce height of that area, you should use:

.sp-page-title {
  padding: 50px 0 50px;}

OR if you want to reduce also font size, use only that :

    .sp-page-title {padding: 50px 0 50px;}
    .sp-page-title h2 {font-size: 45px;}

Go to Template Options > Custom Code (tab) > Custom CSS, and there copy & paste CSS.

0
M
Milena
Accepted Answer
1 month ago #202697

Ohh! Thank you very much! Worked like magic!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #202700

Welcome in Wonder Land :]

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #202691

Hi Milena,

In general, only by Custom CSS you can make that change.

Share example link where you have it, then I can share example CSS for that.

0
M
Milena
Accepted Answer
1 month ago #202694

This is the site i am working on. For example on this page i have helix 3 page title activated. And the title is maybe 80... But i am not good in css, so can you advise me exactly where to put the code. Thank you!

https://logos.uni-plovdiv.bg/index.php/2025-06-12-05-07-52

0