How To Change Menu Title Color In Aspasia ? - Question | JoomShaper

How To Change Menu Title Color In Aspasia ?

XPROPARIS Agence Web

XPROPARIS Agence Web

Template 1 month ago

Hi,

Please, how to change the menu title color in Aspasia template ?

Thanks

Template Aspasia SPPB Pro 5.3.4

Best regards

https://deboutloutremer.fr/omsc/images/How%20to%20change%20menu%20title%20color.pdf

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #163112

If I may...

You can change that color only via Custom CSS

.sp-page-title h2, .sp-page-title h3 
{ color: #8dc643; }

(green color from your logo)

I am pretty sure that I shared that idea already in different topic.

You can also add color effects to make Page Title more visible using, for example, text-shadow

.sp-page-title h2 {
  font-size: 70px;
 text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}

info_2937_2024.gif


BTW

That is NOT "menu title color" but "Page Title" ;p

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #163062

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
XPROPARIS Agence Web
XPROPARIS Agence Web
Accepted Answer
1 month ago #163093
0
XPROPARIS Agence Web
XPROPARIS Agence Web
Accepted Answer
1 month ago #163101
0
XPROPARIS Agence Web
XPROPARIS Agence Web
Accepted Answer
1 month ago #163103

Hi,

Can't you see the screenshot with the link below ?

https://deboutloutremer.fr/omsc/images/How%20to%20change%20menu%20title%20color.pdf

0
XPROPARIS Agence Web
XPROPARIS Agence Web
Accepted Answer
1 month ago #164242

Perfect Thak you so much for your precious help together ! King Regards

0