Changing text colour - by flockpublicity

This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Stan Russell

  • Avatar: flockpublicity
    flockpublicity
    Participant
    March 16, 2015 at 15:22

    I have set the txt in the theme options to be black across one of my websites – but it is not showing as black in the front end – bits are still grey and only some sections are black. Can you please tell me the code I can add to my custom css file to ensure all paragraph site text is in black?

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 16, 2015 at 15:48

    Hello,

    Please try to add this code in custom.css file.

    p{
    color:#000;
    }

    If this is not enough, please specify where you want to change the text style and show screenshot.

    Regards,
    Robert Hall.

    Avatar: flockpublicity
    flockpublicity
    Participant
    March 18, 2015 at 08:41

    This didnt work. I want all of the site text to be black – if you look at: http://www.eliteyachtlinen.com and see for example the about page – some is and some isnt

    Avatar: stan
    Stan Russell
    Participant
    March 18, 2015 at 11:10

    Hello,

    please add following css code to yours custom.css file:

    .main-footer p{color:black}
    .main-footer a{color:black}
    .tabs .tab-content p{color:black}
    

    Regards,
    Stan Russell.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.