- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by Skandha.
-
AuthorPosts
-
May 3, 2019 at 1:20 am #171808Sumiko MiidaParticipant
Hi Catch themes team,
I am using Parallax Frame Pro for https://event-gate.com/sample1/, and I have 2 questions on it.
1) Since I selected a white-image as header image, I would like to change text color “EVENT GATE セミナー2019 簡単、迅速、低コストでイオベント告知サイトを公開!”.
I reviewed and tried to change it by color option menu but I couldn’t.
Could you let me know how to change text color on header image?2) Text on header image shows only capital but I would like to change to “Event Gate” but not “EVENT GATE”. I appreciate you to advise how to change.
Thank you,
SumikoMay 3, 2019 at 2:24 am #171812SkandhaParticipant@sumiko: Hello Sumiko,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change color of text in header image */ #header-featured-image .entry-title, #header-featured-image .entry-content { color:#123456; } /* To change the text transform of Header Image Title */ #header-featured-image .entry-title { text-transform:unset; }
You can change the color according to your choice.
Let me know if this is what you want!
Kind Regards,
SkandhaMay 3, 2019 at 3:42 am #171817Sumiko MiidaParticipantHi Skandha-san,
Thank you so much for your prompt feedback! I will try to change with those code.
And I have 1 more question that can I add drop-shadow effect to text on header image?Regards,
SumikoMay 3, 2019 at 6:19 am #171835SkandhaParticipant@sumiko: Hello Sumiko,
TO have shadow effect to text on Header Image
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#header-featured-image .entry-title, #header-featured-image .entry-content { text-shadow: 2px 2px #1236f1; }
You can change the pixels and color of the shadow according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMay 5, 2019 at 1:07 am #171922Sumiko MiidaParticipantSkandha-san,
Thank you for your advice! It works perfect!!
I really appreciate for your support.Best,
SumikoMay 5, 2019 at 5:45 am #171936SkandhaParticipant@sumiko: Hello Sumiko, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘text color on header image’ is closed to new replies.