Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1193565
custom Portfolio Project Preview
Closed

Comments

  • malakyto started the conversation

    Hi !

    Thank you for this incredible and easy to use theme! Perfect for last minute projects ! 

    I want to make some changes on the Portfolio project preview

    • Change the title font weight of my preview project to Montserrat Bold. 
    • Center the heading over the height
    • Disable the icon
    • Add a shadow like the one in the PSD (Homepage creative Agency)

    Thanks a lot

  • malakyto replied

    Here an attachement

  •  432
    Sergio replied

    HI,

    1) Change the title font weight of my preview project to Montserrat Bold.

    pls. use following css:

    .portfolio-item .image .overlay .links .caption .title-h4 .light{
        font-family: 'Montserrat';
        font-weight:900;
    }

    2,3) Center the heading over the height

    .thegem_pf_item .portfolio-icons{
        display:none;
    }
    

    4) Add a shadow like the one in the PSD (Homepage creative Agency)

    Can you pls provide more details (screenshots)?


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • malakyto replied

    Hi Sergio,

    Thanks a lot it works.

    For point 4, here a screenshot of the portfolio section in the psd i've bought from the Gem 

    Thanks again

  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •   malakyto replied privately
  •  432
    Sergio replied

    HI,

    Your problem has been fixed , pls. check your page.

    I used the following CSS:

    .portfolio-item:hover .image{
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
    }
    

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • malakyto replied

    Thank you !

  •  432
    Sergio replied

    HI, 

    Feel free to contact us if you need help. 

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.