Skip Navigation

[Resolved] Controlling Taxonomy description default displayed by Avada

This thread is resolved. Here is a description of the problem and solution.

Problem:
Avada displays the taxonomy description on taxonomy archives, and the client wants to hide it with CSS.

Solution:
Avada options -- > custom css --> add this lines :

[/php]

.fusion-archive-description{
display:none!important;
}
[/php]

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by Alina Ciobanu 5 years, 8 months ago.

Assisted by: Nigel.

Author
Posts
#1096832
taxonomies.PNG

I am trying to: Customize my Taxonomy archives. I am quite familiar with views, so I know how. The problem is that I have Avada displaying some sort of default taxonomy decription before the output of the custmized archive that I cannot control from withing the Edit WordPress Archive. I tried also hidding it by CSS, tweaking Avada options , nothing worked

Link to a page where the issue can be seen: hidden link

I expected to see: paragraph "what happens if i add this here" as the first thing - see screenshot, so not to see the decription as it is not part of my loop

Instead, I got: I see the taxonomy dsecription

#1096911

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Alina

I clicked on your link and it looks like you may have already solved this?

#1096914

It is also a surprise for me.. maybe I saw a cached version of the archive. Thanks Nigel

I leave here my solution for others who may use it:

How to remove the taxonomy description displayed by default by Avada theme from wordpress (taxonomies) archives?
Avada options -- > custom css --> add this lines :

.fusion-archive-description{
display:none!important;
}

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.