Hi@zeisch ,
Thank you for your feedback and kind words. We’re always here to assist and improve the theme’s appearance and design based on your suggestions.
Let’s address your queries one at a time to ensure we make the right adjustments:
#1: Regarding the header, could you clarify if you would like the background color of the top bar header (as shown in the snapshot below) to be darker?
Snapshot: Top Header Bar
#2: For the text color, do you mean you’d like the post title to be a lighter white (as shown in the snapshot below)?
Snapshot: Post Title
Please confirm, and we’ll assist you accordingly!
Best regards,
Newsblogger Support Team
Thread Starter
zeisch
(@zeisch)
I mean #2 post title, not #1
I try to explain it here: https://prnt.sc/XadG8nV-neQ2
Hi
Thank you for pointing out this issue. We have already addressed it, and it will be resolved in the next upcoming update. In the meantime, you can fix it right away by following the steps below:
- Go to Appearance > Customizer.
- Find the Additional CSS box.
- Add the following CSS code inside the Additional CSS box:
[data-theme=”spnc_dark”] .spnc-single-post .spnc-blog-wrapper .spnc-entry-title {
color: #FFFFFF;
}
If you have any questions or need further assistance, feel free to reach out.
Thanks again!
Best regards,
Thread Starter
zeisch
(@zeisch)
Hello!
I made this changes, but I think it doesn’t work
https://prnt.sc/ZGZ9TG0nZglE
https://prnt.sc/EU5mkg9wuxFe
Thread Starter
zeisch
(@zeisch)
And I found new issue.
So this is main page, where is all of our materials are: https://ohmyfin.fi/
https://prnt.sc/vN_yEo7xXXb9
As you see an a piccture, there is no spaces.
In the material is differenet situation: https://ohmyfin.fi/towers-jazz-saturday/
There is spaces.
https://prnt.sc/vwVwzbLEiySQ
So it should be like on second screenshot.
Thank you one more time.
HI
Sorry for your inconvenience.
To change title color remove the previous css code and add the below css code inside the additional css box.
[data-theme="spnc_dark"] body h1.spnc-entry-title {
color: #ffffff;
}
Thanks