Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414938

    noelleor
    Participant

    http://claudinekingbrows.ie/

    I need to change the input text on contact form to white and the tags in the blog to white. Also, the content in the footer… Can’t find the setting anywhere.

    Thanks

    #1415093

    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To change the color of Contact form, please add this CSS at Appereance > Customizer > Custom > CSS :

    .uneditable-input {
    color:#733325;

    Note : You can change the hex code to the required color in the above code.

    And which color do you want to change in the footer? Let us know so we can give you a tailored answer.

    Thanks for understanding!

    #1415339

    noelleor
    Participant

    Footer needs to be a light grey, just to make it more legible.

    Thanks! Super theme and cornerstone is a god send!

    #1415344

    noelleor
    Participant

    Unfortunatly the code didn’t work…

    .uneditable-input {
    color:#733325;

    #1415383

    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .wpcf7 textarea , .entry-footer a {
        color: white;
    }

    Hope it helps

    Joao

    #1415385

    noelleor
    Participant

    Unfortunatly the code didn’t work…

    .uneditable-input {
    color:#733325;

    #1415389

    noelleor
    Participant

    Sorry but neither of the above have worked.

    #1415391

    noelleor
    Participant

    screenshot

    #1415397

    noelleor
    Participant

    screenshot… again

    #1415406

    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1415422

    noelleor
    Participant
    This reply has been marked as private.
    #1415987

    Friech
    Moderator

    Hi There,

    Do you mean this content right? 2017 © Claudine King Brows & Beauty Limited Website by. Add this on your custom CSS.

    footer .x-colophon-content {
        color: #fff;
        text-shadow: none;
        font-weight: 600 !important;
       }

    change the input text on contact form to white

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    	color: #fff;
    }

    tags in the blog to white.

    .blog .entry-footer a {color: #fff;}

    Clear your browser’s cache before you preview the page.

    Hope it helps, Cheers!

    #1416004

    noelleor
    Participant

    Thank you so much! This all worked perfectly. Thank you!!!

    #1416251

    Thai
    Moderator

    If you need anything else please let us know.