Hello
In my website default font color of Title Bar Settings is blurry
I want to change this and make it Bold
Please tell me how I can
Also, I founded some support in forums about CSS code But they did not work on my website.
Thanks a lot
Hey,
Thanks for contacting us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .alternate_color.title_container .main-title a {
color: black;
}
Best regards,
Yigit
Thank you for your answer
But it does not work
no change
Merhabalar :)
Could you please post WP admin logins here privately so we can look into it?
Best regards,
Yigit
Yes
I sent you User and Pass
Hi,
I changed the code to following one and it worked
#top .alternate_color.title_container .main-title a, .alternate_color .breadcrumb, .alternate_color .breadcrumb a {
color: black;
}
Please hard refresh your browser with CTRL + Shift + R on Windows and CMD + Shift + R on Mac.
Best regards,
Yigit
That’s great
many thanks
how can I add also BOLD to in?
regards
Hi,
Please change the code to following one
#top .alternate_color.title_container .main-title a, .alternate_color .breadcrumb, .alternate_color .breadcrumb a {
color: black;
font-weight: bold;
}
Best regards,
Yigit
Hello
You are solved all my problems
Many thanks
Best Regards
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit