Title: enigma theme &#8211; code for certian items
Last modified: August 31, 2016

---

# enigma theme – code for certian items

 *  Resolved [icestorm22](https://wordpress.org/support/users/icestorm22/)
 * (@icestorm22)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/)
 * Hi
 * Im currently using enigma for a site that im working on. Ive figured out how 
   to change the color etc, but im struggling to find the right code to change the
   following:
 * the site is [http://www.adhscales.co.za](http://www.adhscales.co.za)
 * – on the footer, where it shows the pages for the sites, when you hover over 
   the links it changes to blue, i would like to change that color.
 * – then on the rest of the pages Ive have a widget that says contact details. 
   for this i have figured out how to change the border color but im still struggling
   to change the blue to red where it says contact details.
 * – also i have noticed when viewing the site from a tablet or mobile device, the
   menu is hidden behind a drop down button, i have no issue with that, but i need
   to change the color of the button.
 * any advice or suggestions would be appreciated.

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

1 [2](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/page/2/?output_format=md)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311275)
 * Hi..
 * Please add below css code into custom css editor.
 *     ```
       .enigma_sidebar_widget_title {
           background: red none repeat scroll 0 0 !important;
       }
       .enigma_footer_widget_column ul li a:hover{
         color: red !important;
       }
       .navbar-toggle {
           background-color: red !important;
           border: 1px solid red !important;
       }
       ```
   
 * Save the changes.
 * Thanks.
 *  Thread Starter [icestorm22](https://wordpress.org/support/users/icestorm22/)
 * (@icestorm22)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311368)
 * thank you for your help, appreciate it 🙂
 *  Thread Starter [icestorm22](https://wordpress.org/support/users/icestorm22/)
 * (@icestorm22)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311369)
 * sorry i forgot to ask one more thing, which i missed the first time round.
 * when clicking on the different tabs eg: meet the team, below that it will show
   home/meet the team. the home is showing blue, i would like to change that to 
   red, and is it possible to do that for all the pages?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311372)
 * Hi..
 * Please add below css code into custom css editor.
 *     ```
       .breadcrumb li a {
           color: red !important;
       }
       ```
   
 * Save the changes.
 * thanks.
 *  Thread Starter [icestorm22](https://wordpress.org/support/users/icestorm22/)
 * (@icestorm22)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311380)
 * thank you for your assistance 🙂
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311381)
 * Most Welcome..
 * Thanks.
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311436)
 * Hi
 * actually i’m currently using enigma as website and i have some questions to can
   arrange my website. the website is [
    i hope to get any advice and help me in:
   1- Would like to change the color of “profile options borders”, “theme testimonial
   section” and “home team options” to #0376a8 2- Would like to change the color
   of “footer call-out options header”, “footer options header”, “Archives frame”,“
   search widget” and ” the select square which appear on menu bar texts” to #4ad6a7
   3- Would like to reduce the space size between “services options” and “portfolio
   options” and “testimonial options”, “Theme contact options” and “footer call-
   out options header”.
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311437)
 * Hi
 * actually i’m currently using enigma as website and i have some questions to can
   arrange my website. the website is [http://www.mmd-architects.com](http://www.mmd-architects.com)
 * i hope to get any advice and help me in:
    1- Would like to change the color of“
   profile options borders”, “theme testimonial section” and “home team options”
   to #0376a8
 * 2- Would like to change the color of “footer call-out options header”, “footer
   options header”, “Archives frame”, “search widget” and ” the select square which
   appear on menu bar texts” to #4ad6a7
 * 3- Would like to reduce the space size between “services options” and “portfolio
   options” and “testimonial options”, “Theme contact options” and “footer call-
   out options header”.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311439)
 * Hi..
 * Please add below css code into custom css editor.
 *     ```
       .enigma_heading_title h3 {
           border-bottom: 4px solid #5c4b51 !important;
       }
       .dropdown-menu li a {
           background-color: #4ad6a7 !important;
       }
       .enigma_service {
           padding-bottom: 0 !important;
       }
       .enigma_testimonial_area {
           padding-bottom: 40px !important;
           padding-top: 30px !important;
       }
       ```
   
 * save the changes.
 * Thanks.
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311440)
 * Hi weblizer_support
 * Thanks for you answer but Sorry I didnt got what I wanted and it didnt changed
   anything.
    Im sorry I need more help.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311443)
 * Hi..
 * Please share screenshot of theme where you want to changes.
 * Thanks.
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311445)
 * file:///C:/Users/DELL/Documents/0_001.png
 * file:///C:/Users/DELL/Documents/1_001.png
 * file:///C:/Users/DELL/Documents/2_001.png
 * Thanks for your answer, This is the screenshots of what i want exactly.
    Thanks
   for your help and hope it’s clear now.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311446)
 * Hi..
 * That image url is not accessible.
 * Please open [ upload image](http://www.upload.ee/).
 * Now here you can upload image from your computer which you want to share with
   us.
 * After uploading the image you get a url link of image.
 * Now copy Image direct Link and share with us.
 * Thanks.
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311447)
 * [http://www.upload.ee/files/5819416/0_001.png.html](http://www.upload.ee/files/5819416/0_001.png.html)
 * [http://www.upload.ee/files/5819418/1_001.png.html](http://www.upload.ee/files/5819418/1_001.png.html)
 * [http://www.upload.ee/files/5819419/2_001.png.html](http://www.upload.ee/files/5819419/2_001.png.html)
 * Thanks Support
 *  [mohamedshabana](https://wordpress.org/support/users/mohamedshabana/)
 * (@mohamedshabana)
 * [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/#post-7311448)
 * Hi Support i added the links several times here and i sent the post but it not
   appear in the conversation, i don’t know why ?

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

1 [2](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/page/2/?output_format=md)

The topic ‘enigma theme – code for certian items’ is closed to new replies.

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

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 26 replies
 * 4 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/enigma-theme-code-for-certian-items/page/2/#post-7311466)
 * Status: resolved