Okay
  Public Ticket #2791147
Hide categories
Closed

Comments

  •  1
    cgirwin started the conversation

    Hi. How can I hide the text "in Books" and "in Norman Fischer Books, Poetry Books"  (i.e. category label) from my recent posts here, and only show the date above each post?

    Thanks!

  •  1,878
    Judith replied

    Hi There,

    Please send in your admin login credentials so that we may look into this further.

    Thanks.

  •   cgirwin replied privately
  •   cgirwin replied privately
  •  1,878
    Judith replied

    Hi There,

    For the logo please try this css:

    @media only screen and (max-width: 999px) and (min-width: 1px){
    body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo), body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo), body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version {
        display: none!important;
    } }

    Thanks.

  •  1
    cgirwin replied

    Thanks, Judith! Following up on these two items:

    1. This donate button is set to use extra color #1 (white) as the border. Any idea why it's showing up dark?

    2. How can I hide the category text "in Books" and "in Norman Fischer Books, Poetry Books"  (i.e. category label) in a recent posts section, and only show the date above each post? See original screenshot or the page named home 5. Thanks!

  •  1,878
    Judith replied

    Hi There,

    1. Please try this css:

     #header-outer.transparent #top nav > ul > li > a,
    #header-outer.transparent #top nav > .sf-menu > li > a,
             #header-outer.transparent .slide-out-widget-area-toggle a i.label,
             #header-outer.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label,
    #header-outer.transparent #top nav ul #search-btn a .icon-salient-search,
    #header-outer.transparent #top nav ul #nectar-user-account a span,
    #header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i,
    #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart,
    .ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart,
             #header-outer.transparent #top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon,
             #header-outer.transparent .nectar-header-text-content
      {
    opacity: 2.75;
    }

    Thanks.

  •  1
    cgirwin replied

    Hi Judith,

    Thanks! Unfortunately that isn't fixing it on scroll. Screenshot attached.


  •  1
    cgirwin replied

    Never mind, a friend sent me this and it worked! 

    #top nav >ul >li[class*="button_bordered"] >a:before { border-color: white [or whatever]; }

    Any solution on hiding the categories (#2)?

  •  8,847
    Tahir replied

    Hey Again,

    Could you provide the Page url where we can view the categories in the Recent Post Page Element?. 

    Thanks 


    ThemeNectar Support Team 

  •  1
  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .row.blog-recent.columns-3 .meta-category {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team