Title: General Layout
Last modified: August 31, 2016

---

# General Layout

 *  [carlospolc](https://wordpress.org/support/users/carlospolc/)
 * (@carlospolc)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/general-layout/)
 * Good afternoon,
 * I am new to wordpress and have basically no knowledge of coding. Browsing through
   the forums I’ve been able to solve some issues, however there are still a few
   things I would like to do.
 * My site is [http://www.curacaoreal-estate.com](http://www.curacaoreal-estate.com)
 * I would like to:
 * 1. Display the site title text and logo. Right now it can either display only
   the logo plus tag line, or site title and tagline.
 * 2. Change the slider bars colors. Currently set at blue and transparent gray.
 * 3. In the recent works section I want the bottom line in another color, change
   the button colors when hovered above and remove the zoom button.
 * 4. Change the blue color from the whole recent posts section box.
 * Thank you very much in advance.

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/general-layout/#post-7190522)
 * Hi,
 * 1 Please go to Admin Dashboard >> Appearance >> customize >> Theme Options >>
   General Option
 * Now Please Remove Website logo.
 * 2 There are no blue color on slider bar.
 * 3 Please go to Admin Dashboard >> Appearance >> Theme Options >> General Settings
   and find cutsom CSS editor.
 * Now copy below CSS in custom CSS editor.
 *     ```
       .img-wrapper:hover .enigma_home_portfolio_caption {
         border-bottom: 4px solid COLOR-CODE !important;
         border-left:  none !important;
         border-right:  none !important;
       }
       .enigma_home_portfolio_showcase_icons a.photobox_a {
         display: none !important;
       }
       ```
   
 * 4
 *     ```
       .enigma_blog_read_btn:focus,
       .enigma_blog_read_btn:hover{
       color:#fff !important;
       }
       .enigma_tags a:hover, .enigma_cats a:hover{
       background-color: #edf0f2 !important;
       }
       .enigma_blog_comment:hover i,
       .enigma_blog_comment:hover h6{
       color: #edf0f2 !important;
       }
       #wblizar_nav a:hover{
       color: #edf0f2 !important;
       }
       .carousel-indicators li {
           background-color: rgba(0, 0, 0, .5) !important;
       }
       .carousel-indicators .active{
       background-color:#0098ff !important;
       }
       ```
   
 * Save the changes.
 * Thanks.
 *  Thread Starter [carlospolc](https://wordpress.org/support/users/carlospolc/)
 * (@carlospolc)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/general-layout/#post-7190631)
 * Excellent!
 * Thanks a lot for the support
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/general-layout/#post-7190651)
 * Most Welcome..
 * Thanks.

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

The topic ‘General Layout’ 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

 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [theme colors](https://wordpress.org/support/topic-tag/theme-colors/)

 * 3 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/general-layout/#post-7190651)
 * Status: not resolved