• Resolved albertoart

    (@albertoart)


    Hello!

    I am creating a website. I still don’t have it online. I have a menu by categories where the entries of each category will appear, but when I enter each category, the description appears. I do not want to delete it but I want it to hide it because it is at the top, and I do not like it for the correct reading. How could I hide it?

    I am using a theme called Cream Magazine. This one in particular: //themebeez.com/themes/cream-magazine/

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themebeez

    (@themebeez)

    Hello @albertoart,

    Thank you for getting in touch.

    I am not sure if I completely understood your question. Do you mind sharing a screenshot?

    Waiting for your response.

    Thanks & regards,
    Eric

    Thread Starter albertoart

    (@albertoart)

    Hi @themebeez ,

    Thanks for your answer. ?? The screenshots are in Spanish, But I think the language is not relevant to understand my problem. I am creating an online magazine, and I created a menu on the top with different categories. When I open a category, that word category and description appear on the top. I don’t want to show that. I want to hide it.

    I edit the category description text here: https://ibb.co/gdy0pGc

    It is visible later when I click in each category of the main menu: https://ibb.co/2j5YWNZ

    I hope you can understand me better now.

    Thanks

    Theme Author themebeez

    (@themebeez)

    Understood.

    Ok, now I can relate. You need category description for SEO but you don’t want to display it in front end.

    Let me help you to hide it using a custom CSS style code. Paste the below code at Customizer > Additional CSS box.

    .archive-description {
    
        display: none;
    }

    Once you paste the above CSS code make sure you click publish/update button at customizer.

    If you have two minutes for us, please hep us by dropping you kind review here.

    Have a great day.

    Thanks,

    Thread Starter albertoart

    (@albertoart)

    Exactly, I want to have it for SEO, but it doesn’t look attractive there. I wanted to hide it, or at least to put it on the bottom.

    Thanks so much. The description is out now with his code :), but I still can see the description title with the following words:

    “Categoría: Turismo cultural” in English “category: cultural tourism” What is the CSS style code for that?

    Thanks so much!!! ??

    Thread Starter albertoart

    (@albertoart)

    I have already solved it!! Thanks so much!! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I hide the description category?’ is closed to new replies.