Support Forums

Hey there, it looks like you've been redirected from designsandcode.com - as you can see we have a new home - read more

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Bold Main Taxonomy

Viewing 6 posts - 1 through 6 (of 6 total)
  • IdeaBatch Venture
    #80791

    I have created taxonomy with sub taxonomy. While in need to bold the main taxonomy in the search form.

    Please assist.

    Please refer http://www.schoolbook.com.my/books/

    Trevor Moderator
    #80835

    You would need Custom CSS added to your theme css, like this:

    .searchandfilter ul li .sf-level-0 {
      font-weight: 700;
    }
    IdeaBatch Venture
    #111298

    Trevor,

    It working good but it bold other meta data / custom field that we don’t wish it to be bold. May I know the css that only bold parent taxonomy or specific filter section? We have checked, the slug of it is “sf-field-taxonomy-location”

    eg. i need the bold only at the parent category of “location” in this page http://www.schoolbook.com.my/books/

    Please assist

    Trevor Moderator
    #111455

    OK, then it would be:

    .searchandfilter ul li.sf-field-taxonomy-location .sf-level-0 {
      font-weight: 700;
    }
    IdeaBatch Venture
    #111917

    Trevor,

    Sorry to disturb again. Your css is working good but due to unknown reason, mobile / ipad version is not bold. Any idea?

    Trevor Moderator
    #111926

    Hi

    I opened the page just now and I do not see you have made any changes? All the dropdowns still have bold parent categories?

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.