Okay
  Public Ticket #229923
UNRESOLVED
Closed

Comments

  • Abdul Latheef started the conversation

    If you can't answer questions, then why is Support for? Don't promise people stuff that you cannot deliver! Furthermore, it was never mentioned as a pre-condition that our site needs to be live for you to offer support!

    And you are NOT reading my questions. Here I'll rephrase them again...

    1. How do I change the color of the 'More Details' button?

    2. Also, the search bar has NOT disappeared completed. If I visit a blog post, the search bar appears, and so is the case when I visit portfolio items. I want the search bar to disappear TOTALLY from the site. I don't mind the search bar on the side bar in the blog.

  •  997
    ThemeNectar replied

    Hey Abdul,

    Having a URL is not a precodition, it just makes it easier to help in certain situations such as in the case of the second question - the snippet provided to remove the search icon from the site should not take pages into consideration, it should only have the global effect of disabling the search icon and since it's not in your case, I could find out why if I were able to see the page and inspect the live code.

    1. Add this into the Custom CSS box located in your Salient Options panel:

     body .portfolio-items .col .work-item .work-info a {
        background-color: #FFFFFF!important;
        color: #000000 !important;
    }
    

    2.

    header#top nav ul #search-btn {
      display: none!important;
    } 
    

    If the second item still isn't working please ensure you're entering the snippets into the css box in the Salient options panel without pre tags around it and not in the Visual Composer page specific css box.

    Cheers


  • Abdul Latheef replied

    Got it. Both are working now. Thanks a ton!