Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1385981
Portfolio color
Closed

Comments

  • JoshSapato started the conversation

    Hello,

    i don't find where i can change the color of the field below the portfolios picture.

    I want the text to be white and the background should dissapear ( clear or same color as background) 

    can you please help me out?

  •  444
    Sergio replied

    Hi, 

     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.

  • JoshSapato replied

    Hey,


    attached see the screenshot. i Marked the colors that i want to change with an X.


    I tried for hours but can't find where to do it.

  •  444
    Sergio replied

    HI!

    pls. use following css:

    .portfolio-item:hover .wrap > .caption .title {
        color: #cc0000 !important;
    }
    .portfolio .portfolio-item .caption .caption-separator{
        background-color: #cc0000 !important;
    }
    .portfolio-item .caption .subtitle {
        color: #cc0000 !important;
    }
    .portfolio-item .wrap{
        border-bottom: 1px solid #cc0000 !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.

  • JoshSapato replied

    Hey Sergio, 

    thanks a lot. this helped me a lot already.

    But the background still is the same color as the menu. I would also like to change the color of it to match the site background. 

    Also now the portfolio only show 2 collums per row and not 3 anymore. doesn't matter how many I set in the layout area.


    regards,

    josh

  •  444
    Sergio replied

    HI,

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

    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.

  • JoshSapato replied

    it is, thanks a lot :)

    i just now noticed that the portfolio items aren't clickable anymore.

    (we made the icons invisible in another support ticket and the picture itself was clickable)

    when i remove the "icon removal css" the icons appear and are clickable.

    can you may also check this again?


  •  444
    Sergio replied

    HI,

    Your problem has been fixed , pls. check custom css (screen 1833).

    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.

  • JoshSapato replied

    Awesome, best and fastest support I ever had :)

    Thanks a lot!

  •  444
    Sergio replied

    HI, Thank you !

    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.

  • JoshSapato replied

    I have another question...

    Is it possible to make the area i marked at the attached picture disappear?

    its the area of a portfolio item page like this :

    http://fdn-europe.com/pf/sapato-x-kangaroos-d14-releaseparty


    regards,

    Josh

  •  444
    Sergio replied

    HI!

    pls. use following css:

    .thegem_pf_item .post-content .post-meta {
        display: none !important;
    }
    .thegem_pf_item .portfolio-item-page-bottom,
    .thegem_pf_item .block-divider,
    .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.

  • JoshSapato replied

    Worked perfect thanks :)

    As usual i got another problem.

    I cant change anything on the product pages in my shop. I need to change the font type and background color.

    hope you can help me again :)


    example link : http://fdn-europe.com/shop/grinder/

  • JoshSapato replied

    I forgot the picture :

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .single-product .product_title,
    .woocommerce .single-product-content .price,
    .single-product .stock.in-stock {
        font-family:'Arial' !important;
    }
    .single-product .screen-reader-text {
        display:none !important;
    }

     

    Please specify where exactly do you want to change the background? Highlight this area in the screenshot.

  • JoshSapato replied

    thanks a lot, basicly everywhere like in the picture attached.

    regards,

    Josh

  •  5,055
    Michael replied

    pls. use following css:

    .single-product #main-content * {
        background-color: #000 !important;
    }