-2

How to make joomla 3 article title to be shown as per like in attachment. Looking for any module or css to do that.

Panel Title

enter image description here

Vinoth Mohan
  • 35
  • 1
  • 7

1 Answers1

0

You can do this with CSS, in this case you need something called ribbon.

First you need select the Title for the Article, add a background color and then the ribbon code, you can inspect the source code of your page with some inspector tool like Firebug or similar, a tool like this will be of great utility, don't forget to add your custom CSS in your main css file.

Here you have two examples:

AlejandroVega
  • 410
  • 2
  • 12