Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643073

    Hi there,
    On my content pages, I like the look of the Special Heading in the Avia Layout Builder better than the page title that is built into the page. Having both isn’t appealing and is redundant. Unfortunately, each page must have a title so it’s not as simple as not having a page title. Please let me know how to change this to only have the special heading appear rather than both.

    Thanks!

    Tara

    #643085

    Hey Tara, are you trying to style the Title of the page to look like the special heading?

    #643087

    You can try the in general styling > quick CSS

    .entry-title {
    font-family: ‘Montserrat’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-size: 24px!important;
    color: #38424B!important;
    }

    You may want to change the size for mobile.

    #643090

    Hi,


    @w3newbie
    thank you for sharing the tip.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .entry-title a{
    	color:#000!important;
    	font-size: 20px;    
            font-weight: 600!important;
    }
    

    Best regards,
    Vinay

    #643154

    I adjusted my heading to transparent on the content pages and this double title issue resolved itself. I’ll refer to your suggestions if need be, in the future. Thanks so much guys.

    Tara

    #643165

    Hi!

    We will be here, do not hesitate to open a new ticket.

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Page Title and Special Heading’ is closed to new replies.