Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1741241
Archive Page
Closed

Comments

  • Nicholas started the conversation

    Hi there,


    How can I customize the archive page so that the the title matches the category name? So instead of it saying "Archive" at the top, it would say "Residential" in this case. Also, any chance the category description can be visible here?


    Thanks!

  •  1,845
    Elated replied

    Hi Nicholas,

    There is no options for that through theme options. But you can only change that with some additional CSS code:

    .term-residential .eltdf-page-title.entry-title {
        font-size:0;
    }
    .term-residential .eltdf-page-title.entry-title:after {    
        content: "Residential";    
        font-size:35px;    
        line-height:35px;
    }
    

    Paste it in Appearance > Customize > Additional CSS.

    For every category, change the first class (term-residential) with the category which title you're changing and set up title in content attribute.

    Let us know if you have any other questions! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.