Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #126692
    RodeBoy
    Participant

    I am in the process of completing https://www.mattfurness.co.uk/curriculum-vitae/ and need to change the font colour of the text in the testimonial and ‘See Matt’s YouTube Channel’ at the bottom to black. The change is to apply to this age only.

    This page is different to the rest of the site hence the request.

    Could you please advise the CSS coding required? Many thanks, Chris

    #126727
    tikaram
    Keymaster

    @rodeboy : Go to Appearance => Customize => Additional css and add the following css.

    .ct-video-embed .view-more a {
    	color: #000;
    }
    .testimonial_rotator_wrap, .testimonial_rotator_slide_title {
    	color: #000;
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #126785
    RodeBoy
    Participant

    Thank you Tikaram. I need these changes to apply only to post 1059 (the CV page) so I have added .page-id-1059 in front of these two CSS codes which I believe is correct.

    The revised code for the video embed works a treat, as does the one for the testimonial for this page. However the same testimonial appears on the Biography page and the code has changed the h3 on this page to the same colour, when it needs to be left alone.

    Any ideas?

    Cheers, Chris

    #126786
    RodeBoy
    Participant

    I’ve just sorted this Tikaram!! Rather than have the two testimonial changes in one CSS coding I have inserted them as two separate ones. It all seems happy with itself now!

    Thanks for your help

    #126863
    tikaram
    Keymaster

    @rodeboy : Glad to know that the issue has been fixed. If there is any thing else please let me know i am always ready to help you.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font Colour’ is closed to new replies.