StartPoint text color

Discussion in 'Forum Rules' started by escvancouver, Dec 11, 2016.

  1. escvancouver

    escvancouver New Member

    Joined:
    Aug 26, 2016
    Messages:
    1
    Likes Received:
    0
    Location:
    Vancouver BC Canada
    I am using a grey background pic on the website and changed the text color to white, unfortunately any field with a white background (testimonials, contact etc.) are no longer visible. How can I change those section's text color to black? http://collectionswithclass.com

    This is the code I used to change the overall text colors;

    body,p,h1,h2,h3,h4,h5,span{
    color: white !important;
    }
    a{
    color: blue !important;
    }
    a:hover{
    color: yellow !important;
    }
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    The above code will apply the changes throughout the site.

    If you want to display text in different colors for a specific section then, you need to use specific custom CSS code.

    We can share you the correct one, please share some edited screenshots of the concerned areas here, we will share appropriate codes with you.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page