Hi @flyswan,
Yes, that is a category. You can refer to this.
By default, HTML tag is not supported on the Category Description, but by using the help of a plugin, e.g. Allow HTML in Category Descriptions you can put an image using HTML in the description. Please refer to this screenshot.
I hope that will help you solve the issue.
Kind regards,
Herman 🙂
Thank you sir for your kind information.
sir i have installed RANK-MATH plugin it can allow editing category description like>>
this
but i cannot change size of the category description in astra like>>
this
also i try this css in other theme like oceanwp, hiero theme, it works. but not works in my astra theme
`.category .taxonomy-description {
font-size: 14px;
line-height: 1.6;
}
And one more thing is…
In their case here show only slug (IMAGE) but in my case show full category description (IMAGE)
Hi @flyswan,
The CSS is not working because Astra uses a different class. Please try this CSS code instead
.ast-archive-description p {
font-size: 14px;
line-height: 1.6;
}
Anyway, for easier for you to change the font size, rather than dealing with code, you might want to use the help of a plugin, e.g. TinyMCE Advanced.
And regarding the category description shows up on hover, I checked your site and it seems that you have managed to make it work. Please kindly refer to this screenshot.
I hope that will help.
Kind regards,
Herman 🙂
Thank you sir, both of two options works fine -(archive description CSS and TinyMCE plugin)
but I can’t understand how to category description shows up on hover.
do i use any CSS, what do I need to make this type of description show on hover and my original description hide like this?
-
This reply was modified 6 years ago by
flyswan.
I used tinyMCE, here the source code . please give me description hover code and where i put on it
Hi @flyswan,
I use the Rank Math plugin to give the category description image and when I hover over the category name it shows the description. Please kindly refer to this screenshot.
You might need to check your site why the category description is not showing up on hover, e.g. there is another plugin that causes the issue.
I hope that will help.
Kind regards,
Herman 🙂
P.S. We recommend reaching out to us through our Support Portal for faster and quicker help and resolution as mentioned here.