Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2118520
Heading Styles
Closed

Comments

  • SimonHooks started the conversation

    Hello

    Is it possible to make a bespoke heading that look like the automatic headings for "Featured Posts", "Latest Posts" etc. For example, if you look at my site's homepage, I am currently using a horizontal bar to separate the second section from the first, but I would ideally like to create a bespoke heading/bar that looks like the heading for Latest Posts, but says "Subscribe" instead, and have this above the second section.

    Thanks

    Simon

    www.straightforward-finance.com

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, let's use element "Raw HTML" and put this code inside that element:

    <div class="penci-border-arrow penci-homepage-title penci-home-latest-posts style-5 pcalign-left">
        <h3 class="inner-arrow">Latest Posts</h3>
    </div>
    

    Change "Latest Posts" text to your text.


    Best Regards,

    PenciDesign