Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #174689
    mrblackbird
    Participant

    Hi, I’ve bought Audioman Pro theme. I want have a featured image when I browse a category in the same way it appears when I browse a page. I would also like to hide the text “Category: category name”

    #174693
    sapana
    Participant

    @mrblackbird: Please post in your site Url so that I can look into that issue.

    Kind Regards,
    Sapana

    #174704
    mrblackbird
    Participant

    Hi, Sapana.

    This is my site:

    Pages with featured image:
    https://patentedecorso.es/wp/bio/ (In menu the option “Biografía”)
    https://patentedecorso.es/wp/conciertos/ (In menu the option “Conciertos”)

    Category:

    https://patentedecorso.es/wp/category/news/ (In menu the option “Noticias”)

    Here is using the global header image, but I want to use a custom one (as the Pages featured image). Also we want to remove the category header text
    “Category: Noticias
    Noticias”

    #174744
    sapana
    Participant

    @mrblackbird: The feature to add the custom header image in category section is not available but to hide the “Category: Noticias Noticias” you can add following code
    Go to=> Appearance=> Customize=> Additional CSS => add the following CSS code

    .entry-title.section-title, .site-header-text {
        display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #174751
    mrblackbird
    Participant

    It worked fine (thumbs up). Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Category featured image (Audioman Pro)’ is closed to new replies.