Font color

How to change Footer | Call To Action color to white?

Comments

  • How to change Action Bar | Slogan and menu action bar font colors?

    Then tell me how to change Footer | Call To Action background color?
  • Did you checked Theme options > Colors section? Because most colors can be changed there. But of course you must use "Custom" skin instead of predefined. This can be changed in Theme options > Colors > General section.
  • I already did via "Custom" colors, but I cant find how to change Footer | Call To Action, Action Bar | Slogan and menu action bar font colors?
  • If you did not found them, then use below css:
    #Footer .footer_action { background: #000; }
    #Action_bar .contact_details li { color: #000; }
    #Action_bar .contact_details li a { color: #000; }
Sign In or Register to comment.