Change Page Title Color - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Change Page Title Color

S

Sergio

General 6 months ago

Hello, I'm using the Flooxer theme and Helix framework in Joomla. I'd like to know how I can change the color of the page title.

0
11 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190527

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Please check the screenshot.

Create a custom.css file on this file location

templates/your_templates/css/custom.css

https://prnt.sc/LwAF9t7Vhr75

Add this css code inside the custom.css file and change the color.

div.sp-page-title h3 {
    font-size: 60px;
    color: #ffffff;
    letter-spacing: -3px;
    line-height: 70px;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
S
Sergio
Accepted Answer
6 months ago #190871

Thanks. I suppose it's the same for changing the background color, isn't it?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190884

Thanks. I suppose it's the same for changing the background color, isn't it?

No

0
S
Sergio
Accepted Answer
6 months ago #190889

Ok. How can I change background color?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190892
0
S
Sergio
Accepted Answer
6 months ago #190917

Sorry, I think I didn't explain myself well or I wasn’t sure what I wanted to change. I've realized that I don’t want to change the background color itself, but rather the color that darkens the background you set. I’d like to be able to change that color and its opacity. Thank you very much!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190954

Can you share a screenshot that you want to do exactly?

0
S
Sergio
Accepted Answer
6 months ago #190961

I want to be able to customize the overlay color and its opacity that darkens the background image. https://prnt.sc/cwbA_t1oa7UL

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190977
0
S
Sergio
Accepted Answer
6 months ago #191207

Ok. Thanks!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #191231

You are most welcome & Thanks

0