Okay
  Public Ticket #173113
Store Overview Results
Closed

Comments

  • Dustin started the conversation

    Hello again!

    Is there a way to remove the "Showing All (#) Results" text that appears above the gallery of products when you are viewing an entire category? I'm just looking to have the category description and then the product images immediately below, without having the text that states how many results are showing/available.

    I've provided a URL to one of the areas, in case I'm not being very descriptive.

    I appreciate the help!

  •  8,838
    Tahir replied

    Hey Dustin!

    You can hide it with below custom CSS,

    .woocommerce p.woocommerce-result-count {
    dislay:none;
    padding-bottom: 0px;
    }

    Cheers


    ThemeNectar Support Team 

  • Dustin replied

    Thanks a ton! It worked great. However when I add pixels to the padding-bottom section nothing changes. At the moment the Category description text and the product images almost touch- I'd like to add just a bit of a gap. Where can I do that?

    Also one more question- how do I remove the "Love this" button from under the images in the portfolio?

    Thanks for the big help!

  •  8,838
    Tahir replied

    Hey !

    Add this into the Custom CSS box located in your Salient Options panel to sort it:

    .woocommerce p.woocommerce-result-count {
    visibility: hidden !important;
    padding-bottom: 25px;
    }
    .portfolio-items div.nectar-love-wrap {display:none;}

    Cheers


    ThemeNectar Support Team 

  • Dustin replied

    That worked great! I really appreciate the help and quick responses. I have just one more question-

    There is a thin white line underneath the navigation header on every one of my pages- is there a way I can remove this so it is flush with the body?

    Here is an example URL, though this appears on every page beneath the navigation header:

    http://www.velocitytactics.com/WP/company/

  •  8,838
    Tahir replied

    Hey Dustin!

    Its a border, Add this into the Custom CSS box located in your Salient Options panel:

    #boxed #header-outer {border:none !important;}

    Cheers


    ThemeNectar Support Team 

  • Dustin replied

    Thanks a ton! That fixed the home page. I'm still experiencing a white line underneath the header navigation on child pages though, such as these:

    http://www.velocitytactics.com/WP/company/

    http://www.velocitytactics.com/WP/customer-service...

    http://www.velocitytactics.com/WP/terms-conditions...

    etc

    I really appreciate the help. 

  •  8,838
    Tahir replied

    Hey Dustin!

    I am not able to see it. Could you try clearing your browser cache and check. 

    Cheers


    ThemeNectar Support Team 

  • Dustin replied

    Yep! Still there. I'm using Safari. It's gone on the home page, but all subsequent pages have it.

  •  8,838
    Tahir replied

    Hey Dustin!

    Please see screenshot: http://prntscr.com/302je4 . I still cant see the border but the css is there and as can be seen from the screenshot its working. Please clear your server cache as well and try viewing in another broswer. 

    Cheers


    ThemeNectar Support Team 

  • Dustin replied

    Okay I just checked with someone else's computer and it's gone - my bad! I really appreciate the help.

    I'm running into just one more problem and this is concerning the Nectar Slider. I'm attempting to use the font Exo 2 Ultra-Bold 900 Italic from the Google Web Fonts list for the header text. After updating the change in the Typography panel the Nectar Slider Heading font has defaulted to a serif font. The same thing occurs for the caption and button text when attempting to use Exo 2 Medium 500.

    Is there a way to correct this in the CSS panel?

  • Dustin replied

    I'm also wanting to decrease the amount of space between the caption and the buttons on the nectar slider. Right now theres the heading, caption, then a large gap and then the buttons. Help with these two things would just about do it! I really appreciate the support.

  •  8,838
    Tahir replied

    Hey Dustin!

    Please see this url: http://themenectar.ticksy.com/faq/2021 .

    Cheers


    ThemeNectar Support Team