• 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

    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)
  • 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

    (@carlospolc)

    Excellent!

    Thanks a lot for the support

    Most Welcome..

    Thanks.

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

The topic ‘General Layout’ is closed to new replies.