Title: Need help with CCS code for Menu
Last modified: March 26, 2017

---

# Need help with CCS code for Menu

 *  Resolved [investedllc](https://wordpress.org/support/users/investedllc/)
 * (@investedllc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/)
 * Hi!
    Thank you for an awesome template!
 * I am trying to change the default “blue/violet” that came with the template so
   that “Active pages” and “active links” turn #93272c – the Theme Style Palatte
   in the customize menu works great with all the other options, except for that
   one.
 * Help, please!!?
 * Thank you,
 * A

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8959188)
 * Hello [@investedllc](https://wordpress.org/support/users/investedllc/)
 * Kindly share your website url so we can better understand you .
 * Thanks
    Themeansar
 *  Thread Starter [investedllc](https://wordpress.org/support/users/investedllc/)
 * (@investedllc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8960486)
 * Of course!
 * [http://www.invested-llc.com](http://www.invested-llc.com)
 * Thank you!
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8961406)
 * Hi [@investedllc](https://wordpress.org/support/users/investedllc/)
 * To show Active Color, insert the following code in additional css box **(Theme
   Dashboard >> appearance >> customize >> additional css )** and then check your
   website
 *     ```
       .navbar-wp .navbar-nav > .active > a
       {
       color:#93272c !important;
       }
       ```
   
 * anything else lets me know
 * Thanks
    Themeansar
 *  Thread Starter [investedllc](https://wordpress.org/support/users/investedllc/)
 * (@investedllc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8986379)
 * Thank you! That worked!
 * Now I get an underline in the menu that I don’t want. Also, if you go to this
   page:
    [http://invested-llc.com/get-invested-2/](http://invested-llc.com/get-invested-2/)
 * The “Send” button and the “up arrow” on the bottom right corner are blue. They
   should be that #93272c.
 * How can we fix that? I’ve tried everything in the CSS code with no success.
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8994027)
 * Hello [@investedllc](https://wordpress.org/support/users/investedllc/)
 * You can change the color of the Send button and up arrow using the code given
   below.
 *     ```
       input[type="submit"]
       {
       background: #93272c !important;
       }
   
       .ti_scroll {
           background: #93272c !important;
           border-color: #93272c !important;
       }
       ```
   
 * Thanks
    ThemeAnsar
 *  Thread Starter [investedllc](https://wordpress.org/support/users/investedllc/)
 * (@investedllc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8996658)
 * Thank you. That did it.
    Here is a new (old) problem: [http://invested-llc.com/get-invested-2/](http://invested-llc.com/get-invested-2/)
 * When hovering over “I am not a robot” (Captcha), a blue/purple box shows up behind
   the captcha. Also the social media buttons turn blue/purple when hovering over.
 * May I bother you one more time? Hopefully it will be the last time. 🙂
 * Thank you againnnn!
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-8997517)
 * Hi [@investedllc](https://wordpress.org/support/users/investedllc/)
 * You can remove border of Captcha & link hover color using the code given below.
 *     ```
       .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha 
       {
           border: none !important;
       }
   
       footer .ta-social li span.icon-soci:hover
       {
       background: #93272c !important;
       }
       ```
   
 * We resolved all your issues. Now you can give feedback to our theme and support
   with the help of the following link.
 * [https://wordpress.org/support/theme/financeup/reviews/#new-post](https://wordpress.org/support/theme/financeup/reviews/#new-post)
 * Thanks
    Themeansar
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-9017239)
 * Hi [@investedllc](https://wordpress.org/support/users/investedllc/)
 * Is your issue resolved, can I close this ticket now?
 * Thanks
    Themeansar
 *  Thread Starter [investedllc](https://wordpress.org/support/users/investedllc/)
 * (@investedllc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-9020275)
 * All set. Thank you.
 * Invested LLC
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-9021137)
 * HI [@investedllc](https://wordpress.org/support/users/investedllc/)
 * We resolved all your issues. Now you can give feedback to our theme and support
   with the help of the following link.
 * [https://wordpress.org/support/theme/financeup/reviews/#new-post](https://wordpress.org/support/theme/financeup/reviews/#new-post)
 * Thanks
    Themeansar

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Need help with CCS code for Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/financeup/2.1/screenshot.png)
 * financeup
 * [Support Threads](https://wordpress.org/support/theme/financeup/)
 * [Active Topics](https://wordpress.org/support/theme/financeup/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/financeup/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/financeup/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [themeansar](https://wordpress.org/support/users/themeansar/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/need-help-with-ccs-code-for-menu/#post-9021137)
 * Status: resolved