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 #1129691
Portfolio Section
Closed

Comments

  •  2
    jesst446 started the conversation

    Hi,

    I am using the splash light 02 portfolio items and was wondering how I customize it. I want to change the colours and also delete the date, splash light 02 text and hover icons. 

    How do I go about doing this? 


    I will provide an example of what I mean 

    Thank you 

  •  432
    Sergio replied

    Hi,

    Could you provide more detailed screenshots of the items you want to hide?

    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.

  •  2
    jesst446 replied

    Hi, 

    I want to delete the hover icons e.g. the document page icon etc. 

    i want it so the user will click on either the title or a button. 

    I cant seem to find where I edit the colours and text for the date which states 31st of march on the artboard 1.png file. 

    I want to change the full styling of the portfolio section so that it fits in with my colour scheme of my website.  

    The link to the website is www.portfolio.jessica-thompson.co.uk if you would like to take a closer look. You will need to scroll down to the portfolio section as I am still working on the other elements of the website. 

    Thanks 

  •  432
    Sergio replied

    HI,

    1) pls. use following CSS:

    .portfolio-item .image .overlay .links{
        display:none !important;
    }

    2) Sorry, by default it's not possible. 

    3) pls. check theme options (screen 510)

    4) In the shortcode portfolio options, you can choose different styles (screen 511)

    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.

  •  2
    jesst446 replied

    thank you 

    How do I remove the following from the portfolio page once the user has clicked for more information 

    see images below to see what I mean 


    Thanks 

    Jessica


  •  432
    Sergio replied

    HI!

    pls. use following css:

    .thegem_pf_item .post-content .post-meta {
        display: none !important;
    }
    .thegem_pf_item .block-navigation{
        display: none !important;
    }

     

    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.