Support » Theme: Enigma » Portfolio Colors

  • Resolved mojavedolphins

    (@mojavedolphins)


    http://dev.mojavedolphins.com/

    I would like to change the default blue color on the portfolio section that shows up on the bottom border, and as the title hover. I would like the fix to be in custom CSS. Thank you so much.

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

    (@weblizar_support)

    Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.

    Now copy below code and paste into Custom CSS Editor.

    .enigma_home_portfolio_caption {
        border-bottom: 4px solid #82b0c1 !important;
    }
     .enigma_home_portfolio_caption:hover{
        background: #82b0c1 !important;
    }
      .img-wrapper:hover .enigma_home_portfolio_caption{
     background: #82b0c1 !important;
    }

    Save the changes.

    Thanks.

    Thread Starter mojavedolphins

    (@mojavedolphins)

    How nice of you, you even picked the right color. Thank you so much!

    weblizar_support

    (@weblizar_support)

    Most Welcome..

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Colors’ is closed to new replies.