Category Blog Page Header Text - Question | JoomShaper

Category Blog Page Header Text

IA

Ingemar Andre

Template 1 year ago

I have a category blog in the template fusion, which I have recently updated to. Below the Page heading, there is some text that is coming from the template and I cannot figure out where it comes from so that I can remove it. I can remove the Page heading by selecting "Show Page Heading" Hide in the menu item for the category blog, but that creates some graphical issues. I would rather be able to edit the text.

It says "The first return could be adapted to any quality you want to highlight, especially if you are eager to position your business relative to the competition".

The link to the page is https://andrelab.lu.se/index.php/news. I can create a new menu item if necessary, the previous posts are not important to keep.

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #147848

Hi

Thanks for contacting us. Do you want to remove this portion?

https://prnt.sc/w8UN0QNGoqlB

Then use this custom CSS in your custom.css file


.page-header.text-center p{
  display:none;
}

-Regards.

0