Okay
  Public Ticket #224901
Portfolio display formatting / Hiding search bar
Closed

Comments

  • Kelvin started the conversation

    My request are simple:

    1. I would like to hide the search box. On the header, I would just prefer the logo sitting alone. 

    2. I would like to increase the height of the thumbnails of the portfolio items on my site. Look at the 4th InGenesis logo for example, you will see that it's been cropped at the top. There's probably a custom css code that I could implement to increase this height and still maintain the same layout. 

    Perhaps also a css code I can use to change the background color of that thing that slides up when I hover the mouse of a single item?

    Your theme saved my life—I love it. Thank you guys.

    www.ingenesisnetwork.com

  •  8,442
    Tahir replied

    Hey Kelvin!

    1. Please see FAQ: http://themenectar.ticksy.com/faq/2072 .

    2. I am afraid its not dependent on css so we do not have a quick hack for it. 

    You can change the background color using below custom css and pasting it in Salient Custom Css box. 

    body .portfolio-items .col[data-default-color="true"] .bottom-meta {
        background: #f50 !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Kelvin replied

    Thanks for coming through. 

    1. The search box has disappeared. Perfect. 

    2. I have succeeded in changing the background color of the portolio items to the same color as the background. Again thanks. However the text displays in white and I would like that in black. Perhaps update the code you sent me to include text colour?

    3. Regarding increase the height of the portoliio items in the homepage of www.ingenesisnetwork.com, since you say that css custom code couldn't affect it, how would you suggest I go about fixing this? What I would like to achieve is display square 6 sized portfolio images on the homepage in the current section where i've now got the portfolio items. I just want to fill that section out with these image and have the individual logos link to individual case-studies for the project. Surely there's gotta be a small hack perhaps in a css or a php file somewhere? 

    Cheers,

    Kelvin.

  •  8,442
    Tahir replied

    Hey Again!

    2. Use this css :

    body .portfolio-items .col[data-default-color="true"] .bottom-meta {
        background: #f50 !important;
    color: #000 !important;
    }

    3. I am afraid we dont have a quick hack for it. We would suggest hiring a freelancer for further customization of the site. 

    Thanks


    ThemeNectar Support Team