This topic has 5 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #59778
     Globetrekker
    Participant

    So far I have found 2 places on my site, where the text for some reason is black and not white like I have requested.

    First place is on the front page in the mixed form when visitors enter the site and are asked to sign up. Here the “free text” is black instead of white (see attached pic)

    The other place in under the profile page and is the age number. (see attached)

    Can you teel me how to change this?

    #59954
     Laura
    Moderator

    Hello, could you share a link to your website? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #68041
     Globetrekker
    Participant

    Yes Laura.. It is http://www.godate.dk 🙂

    #68139
     Laura
    Moderator

    Hello, please use this css in quick css or style.css of child theme 🙂

    COPY CODE
    
    .form-header p {
      color: white;
    }
    dl.dl-horizontal p {
      color: white;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #69445
     Globetrekker
    Participant

    That worked. Thanks!
    I have the same problem in the footer. Can you provide me the code to this as well?
    Thanks

    #69564
     Laura
    Moderator

    Hello, this will do it

    COPY CODE
    
    div#footer .twelve p {
      color: white !important;
    }
    

    Let me know if you need anything else 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?