Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #843923

    Hi

    I put a catagory widget in the footer. But I am not abel to change the font color correct. You cannot see the catagories now
    See http://www.studioinktvis.com

    #843924

    Hey studioinktvis,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #footer .acclassic .accordion li a {
        color: white!important;
    }
    

    Best regards,
    Yigit

    #843952

    Yes! It works great! Thank you!

    #843954

    But now I see that the text for sign up NEWSLETTER in the footer is white.
    Can you help with that too?

    #843955

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .footer_color input[type='text'] {
        background: black;
    }
    

    Best regards,
    Yigit

    #843981

    Nope
    Text footer input field newsletter still white ;-)

    #843987

    Hi!

    Please use following code instead

    #top .footer_color input[type='text'] {
        color: black !important;
    }

    Cheers!
    Yigit

    #844011

    nope ;-)

    #844216

    Hi,

    Can you try this one:

    #top .footer_color input[type='text']::-webkit-input-placeholder {
        color: black !important;
    }
    
    #top .footer_color input[type='text']::-moz-placeholder {
        color: black !important;
    }
    
    #top .footer_color input[type='text']:-ms-input-placeholder {
        color: black !important;
    }
    
    #top .footer_color input[type='text']:-moz-placeholder {
        color: black !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #844233

    yes. It worked. Thanks!

    #844284

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer color’ is closed to new replies.