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

Luxyort Page Title

CB

Christopher Billings

Template 2 years ago

Greetings,

How can i change the colour of the Page Title? https://www.hofgut-rineck.de/index.php/home/impressum

The background colour seems to be fixed and when i change it in the backend, only the overlay colour changes and the dark blue remains. I have tried it with this custom CSS code:

.sp-page-title::after { background-color: #3298F2; }

But nothing change.

Any suggestions?

THanks Chris

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #133608

Hi

Thanks for contacting us. Use this custom CSS

.sp-page-title .sp-page-title-heading{
  color:#cc6060 !important;

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
CB
Christopher Billings
Accepted Answer
2 years ago #133612

Thank you for your response.

The code is used to change the heading. I want to change the background.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #133702

Use this custom CSS

.sp-page-title:before{
  background: linear-gradient(180deg,rgba(3,25,46,0) 0%,rgb(51 106 157 / 75%) 83.85%) !important;
}
0