Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #171808
    Sumiko Miida
    Participant

    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,
    Sumiko

    #171812
    Skandha
    Participant

    @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,
    Skandha

    #171817
    Sumiko Miida
    Participant

    Hi 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,
    Sumiko

    #171835
    Skandha
    Participant

    @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,
    Skandha

    #171922
    Sumiko Miida
    Participant

    Skandha-san,

    Thank you for your advice! It works perfect!!
    I really appreciate for your support.

    Best,
    Sumiko

    #171936
    Skandha
    Participant

    @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text color on header image’ is closed to new replies.