Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96337
    Peter
    Participant

    I have been trying to change the title color in the promotion header to 2e3192 with no joy I am running a child theme. If I change the text color it changes every thing in the promotion header to that color including the title.
    the site is. https://wildwesttours.co.uk

    Your help on this would be gratefully received

    #96370
    Mahesh
    Keymaster

    @petermilliken:
    Hi Peter,

    Sorry, there has been a small bug in the theme due to which the Promotion Headline Title color issue has arose. This has be fixed now in the new version which will be released soon. Thank you for your patience.
    For quick fix, you can use Custom CSS to change the color. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #promotion-message h2 {
        color: #ff0000;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Promotion Header Title will not change colour’ is closed to new replies.