Hi guys,

I use hero 8 as a base for one page. It has the class t4b-hero__sub-heading applied to some text with H3 tag and I would like to use the same style on another T4 page. I added the class to the html text and H3 tag but do not get the same result (or any result it seems).
What could be wrong?
How does one apply classes from other T4 pages?

Thanks for your reply.

    Hi regularuser

    Kindly check the class of the container div and add the same style for it:

    .t4b-hero__style-9 .t4b-hero__sub-heading {
        background-color: #373B44;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        padding: 5px 5px 3px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    5 days later

    Got it, thank you. But now to manage style consistency for all pages in a site?

      regularuser

      It depends on Joomla template you're using: Backend >> Extensions >> Templates:

      You can define a new class with custom style for that template.

      Then on page builder, just add the new class into the Style Manager section:

      Write a Reply...
      You need to Login to view replies.