Title: Edit Color CSS
Last modified: August 24, 2016

---

# Edit Color CSS

 *  Resolved [david0822](https://wordpress.org/support/users/david0822/)
 * (@david0822)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/)
 * good afternoon, I would like to know how I can edit the font color in the header,
   just want to change the color on the part of email, telephone and social?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/edit-color-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/edit-color-css/page/2/?output_format=md)

 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072277)
 * Hello,
 * You can try to paste this code below in _Maskitto Light Options / CSS code_:
 *     ```
       header .our-info a,
       header .our-info span {
          color: #242424!important;
       }
       ```
   
 *  Thread Starter [david0822](https://wordpress.org/support/users/david0822/)
 * (@david0822)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072319)
 * thank you, one last question, and could not find in the file of how to change
   css hover the menu, you help me please
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072350)
 * Which element hover exactly you want to change?
 *  Thread Starter [david0822](https://wordpress.org/support/users/david0822/)
 * (@david0822)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072371)
 * I want to change the hover the menu, plus I put a submenu within a submenu but
   the product does not come out as I can fix that? Thanks for your help
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072394)
 * Hello,
 * At this moment this theme supports only one level dropdown menu.
    About hover
   color, you can try paste in this code below in to Maskitto Light Options / CSS
   code:
 *     ```
       header.sticky .menu-item a:hover{
           color: red!important;
       }
       ```
   
 *  Thread Starter [david0822](https://wordpress.org/support/users/david0822/)
 * (@david0822)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072401)
 * in which case you can change the menu, to support more than one level?
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072411)
 * It will be a time consuming process to modify existing code and add addition 
   levels, but in future versions we will give it a try.
 *  Thread Starter [david0822](https://wordpress.org/support/users/david0822/)
 * (@david0822)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-color-css/#post-6072414)
 * Thanks friend, the subject is great, but the hover not leave me with the code
   you gave me but I’ll keep watching what happens
 *  [lamell](https://wordpress.org/support/users/lamell/)
 * (@lamell)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072557)
 * Hello, please it is possible to change subheader colour? my site is [http://www.loreana.sk](http://www.loreana.sk)
   and there are just grey colour´s subheaders.
 * I also want to make it more thinner that big violet bar in the middle of page,
   but i don´t know where, like you have in demopage at the bottom for “donate us”
 * Thanks.
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072558)
 * Hello,
 * Sorry, but we can’t access your website.
 *  [lamell](https://wordpress.org/support/users/lamell/)
 * (@lamell)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072559)
 * it should be okay, I had coming soon page….
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072560)
 * Hello,
 * Can you be more specific and show us a screenshot with elements you want to customize?
   It’s not clear what exactly you want to change.
 *  [lamell](https://wordpress.org/support/users/lamell/)
 * (@lamell)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072561)
 * Here is the subtitle section, which I want to change colour- [https://www.sendspace.com/file/g4ngjv](https://www.sendspace.com/file/g4ngjv)
 * And another issue, the Big Violet Bar in the middle of page with button. “KLIK”,
   I want to make it more thinner like you have in demo page….
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072562)
 * That image hosting service is offline, but you can try this code:
 *     ```
       /* For subtitle color */
       #panel-18-0-0-2 .subtitle p {
          color: blue!important;
       }
   
       /* for KLIK section padding */
       .page-id-84 {
          padding: 35px!important;
       }
       .page-id-84 {
           margin-bottom: -15px!important;
       }
       ```
   
 *  [lamell](https://wordpress.org/support/users/lamell/)
 * (@lamell)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/edit-color-css/#post-6072563)
 * Subtitle colour works, but other not, but nevermind, I need also “white”- 1.krok,
   2.krok. 3.krok, can I edit it in style.css file in editor?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/edit-color-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/edit-color-css/page/2/?output_format=md)

The topic ‘Edit Color CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/maskitto-light/3.4.0/screenshot.
   png)
 * Maskitto Light
 * [Support Threads](https://wordpress.org/support/theme/maskitto-light/)
 * [Active Topics](https://wordpress.org/support/theme/maskitto-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/maskitto-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/maskitto-light/reviews/)

 * 20 replies
 * 5 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/edit-color-css/page/2/#post-6072587)
 * Status: resolved