• Resolved DanS95x2

    (@dans95x2)


    Is there a way to hide the excerpt on the cooked-browse page but show it on the individual recipe page ? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DanS95x2

    (@dans95x2)

    continuing the thread: Is there a way to hide the excerpt on the cooked-browse page but show it on the individual recipe page ?

    Is this possible ? I created a class id ‘featuredrecipes’ for my section on the home page and used the following CSS but that did not work:

    .main .featuredrecipes .cooked-recipe-search {
    display: hidden!important;
    }
    url: https://dev.kalewithasideoffries.com/ (to hide)
    recipes: https://dev.kalewithasideoffries.com/recipes/ (to show)

    Please help!

    Plugin Author Boxy Studio

    (@boxystudio)

    The correct way to hide something is with the following:

    display:none !important;

    Not “hidden” as you’ve posted above. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cooked-browse hide excerpt’ is closed to new replies.