Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #229812

    how do you change the font colors. if you look at the page here. http://proconsolerepairdfw.com/test/tarrant-county/
    If you click on get directions and input the directions once it finds the directions, the font is in grey and yellow is there a way to turn all the font to white.

    Thank You.

    #229824

    Hey William!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .main_color input[type='text'], .main_color tr:nth-child(even), table a { color: white!important; }

    Regards,
    Yigit

    #229827

    that did not work when you look at the map it will say get directions when it gets the directions the font is all different colors.

    #229829

    Hey!

    Have you flushed browser cache? It does work fine on my end http://i.imgur.com/tgzeVc2.jpg
    If you would like to change the color of dropdown as well, add following code to Quick CSS as well

    #top .main_color select { color: white; }

    Cheers!
    Yigit

    #229830

    right about the marker there is a link that says “get directions” input a address and you will see what im talking about.

    #229833

    Hey!

    Ok now i understand, please try following

    .adp, .adp table, .adp-list, #directions_panel_3 b {
    color: white!important;
    }

    Regards,
    Yigit

    #229835

    worked great thanks. Amazing theme this is my first website.

    #229837

    Hey!

    You are welcome, glad we could help! Nice looking website :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Want to know how to change the font colors.’ is closed to new replies.