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 #1014010
helps on thegem
Closed

Comments

  •  2
    lilouleslie started the conversation

    Hello CodexThemes,Thanks for theGem, great theme !

    I have a few questions regarding TheGem :

    - How can I change shapes of portfolio categories ? ( I don't want "labels" just typography)

    - How to disable portfolio-icons overlay ?

    - Could you tell me how to disable published dates and categories on top of portfolio item ? 

    - In menu header, how to disable the "square" around words when one is selected ?

    Thank you very much !

    Leslie

  •  7,092
    Oliver replied

    HI Leslie!

    1. Sorry, not quite sure what do you mean. Can you pls provide some screenshots?

    2. Use following css:

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

    3. css:

    .entry-meta.single-post-meta.clearfix.gem-post-date {
        display: none;
    }
    

     4. css

    #primary-menu.no-responsive>li.menu-item-current>a {
        border-color: transparent !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    lilouleslie replied

    Hi Gregor,

    Thanks for the helps and the quick reply,

    for question 1 - I talked about portfolio categories ( 1-label.png) : I would like to have only words, no color or label shapes around.

    2 - I use this css :

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

    which is working but I can click the overlay to open some portfolios but not all of them (I don't know why)

    3 - works well thanks !

    4 - I use this css as well : 

    #primary-menu.no-responsive > li.menu-item-active > a {
        border-color: transparent !important;
    }

    5 - new question : I would like to change border-radius and style of this button, how do I do that ? (button.png)

    Thanks again ! 

  •  2
    lilouleslie replied

    It's me again, I would like to know how disable hovers on gallery slider (just keep arrows to slide but nothing to hide images) 

    thanks !

  •  7,092
    Oliver replied

    HI!

    Sorry, I can't see your site.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    lilouleslie replied

    Hi Gregor, 

    Now you can see the website, I deactivated the maintenance

    and I managed the question 2 !

    Thanks !

  •  7,092
    Oliver replied

    HI!

    1.  >It's me again, I would like to know how disable hovers on gallery slider (just keep arrows to slide but nothing to hide images) 

    Pls. add link to the page with gallery.

    1. Css:

    .hover-zooming-blur .portfolio-item .image .overlay:before, .hover-zooming-blur .gallery-item .overlay-wrap .overlay:before {
        background-color: transparent !important;
    }
    

    5 css:

    .block-navigation .gem-button.gem-button-style-outline {
        border-radius: 30px !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    lilouleslie replied

    Hi Gregor, thanks for your help,

    I used the two css code you sent me but could you give me one about the porfolio category I talk to you about 

    (question 1 in my first post with image : 1-label.png) ?

    I just want words appear for portfolio categories, no color labels under the words ? (I'm sorry if i'm not clear..I don't know how to explain)

    thank you very much !

    Leslie

  •  7,092
    Oliver replied

    HI!

    Pls. deactivate maintenance mode.

    1. Add link to the page with this block.

    2. Sorry for ,misunderstanding. Can you add some screenshots?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    lilouleslie replied

    Hi Gregor,

    sorry i deactivate maintenance

    My only question is : for porfolio category, I want to change the design : I just want typography, no color background (see porfolio category.png ), how can i do that ?

    thanks you very much 

    Leslie

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .portfolio-filters a {
        background-color: transparent;
        color: #ccc;
        font-family: 'Quicksand' !important;
        font-size: 16px !important;
    }
    /*active*/
    .portfolio-filters a.active {
        background-color: transparent;
        color: #000;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver