Title: Theme edit
Last modified: September 1, 2016

---

# Theme edit

 *  Resolved [jetflash96](https://wordpress.org/support/users/jetflash96/)
 * (@jetflash96)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/)
 * Hello,
    i wanted to edit the color of the footer font, but i rly dont know how
   i make it… [http://pilotnet.eu/ape/](http://pilotnet.eu/ape/)
 * Also i want to make the menu a little bit longer, because i’ve so many menus…
   it dont look so well. See Picture.
 * And when i clicked on one of the menus, the backgroundcolor will be changed that
   nobody can see the text…
 * Photos:
    #1 Footer-Font-Colour:[http://fs5.directupload.net/images/160722/nghawi6z.png](http://fs5.directupload.net/images/160722/nghawi6z.png)#
   2 MENU: [http://fs5.directupload.net/images/160722/ks72q6nn.jpg](http://fs5.directupload.net/images/160722/ks72q6nn.jpg)#
   3 MENU Color: [http://fs5.directupload.net/images/160722/5x7adi3u.png](http://fs5.directupload.net/images/160722/5x7adi3u.png)
 * Looking forward to hearing from you 😀

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593690)
 * It doesn’t look like you are using a [child theme](http://codex.wordpress.org/Child_Themes),
   so first install a [CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css)
   like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/).
 * For the footer font color, add these rules:
 *     ```
       .footer_copyright {
           color: #666666;
       }
       .footer_menu a {
           color: #1ccdca !important;
       }
       ```
   
 * The first rule is for the copyright notice on the left. The second rule is for
   the menu links on the right. The values which are listed are the current values.
   Change them to whatever color you want.
 * I’m not sure what you mean by wanting to make the menu longer, it already looks
   too long.
 * For the last problem, you can add this rule to change the menu color of the current
   page:
 *     ```
       #nav_menu:not(.mobile_menu) #navy > li.current_page_item > a:not(.nav_trigger) > span,
       #nav_menu:not(.mobile_menu) #navy > li:hover > a:not(.nav_trigger) > span {
           color: #000;
       }
       ```
   
 *  Thread Starter [jetflash96](https://wordpress.org/support/users/jetflash96/)
 * (@jetflash96)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593695)
 * Thank you for your fast response. Everythink worked fine!
 * Take a look at the photo, there you’ll see it want i want:)
    [http://fs5.directupload.net/images/160722/vbtvujcf.jpg](http://fs5.directupload.net/images/160722/vbtvujcf.jpg)
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593703)
 * Hi,
 * Put below CSS Rules into Custom CSS Editor:
 *     ```
       @media only screen and (min-width: 992px){
       #navy .dropdown-submenu ul {
           width: 350px;
       }
       #logo a h3, .light_header #navy > li > a, .light_header #navy > li > a:hover {
           color: #000;
       }
       }
       ```
   
 * Save the changes.
 * Hope it will work for you.
 * Thank You
 *  Thread Starter [jetflash96](https://wordpress.org/support/users/jetflash96/)
 * (@jetflash96)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593706)
 * perfect, everythink worked fine. Thank you
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593731)
 * Most Welcome.
 * Thank You
 *  Thread Starter [jetflash96](https://wordpress.org/support/users/jetflash96/)
 * (@jetflash96)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593804)
 * Can you tell me how i change the color of the footer?
 * [http://fs5.directupload.net/images/160722/nghawi6z.png](http://fs5.directupload.net/images/160722/nghawi6z.png)
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593806)
 * Hi,
 * here is the css to change the font color of footer widget text
 *     ```
       #footer .textwidget {
           color: #000;
       }
       ```
   
 * This will work on only text widget.
 * Thanks

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

The topic ‘Theme edit’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/theme-edit-3/#post-7593806)
 * Status: resolved