Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #925057
Blog Categories / Archives Templates
Closed

Comments

  •  2
    evofuse started the conversation

    Just wondering if you are planning to add  Blog Category / Archive template options?

    I am building out my companies new site and everything is looking pretty nice, until I click on a category or archive link in our blog sidebar.

    The header with breadcrumbs on blue background just doesn't do it. Maybe there could be a "Blog Categories / Archive Page" section in the Theme Options dashboard to do the following;

    1. Upload a header background image or choose a background color
    2. Select font and font color
    3. Turn on/off breadcrumbs
    4. Choose layout style
    5. etc...

    It would only need to be a one time set up for all categories and archives. Just having those pages look and feel the same would help keep a professional feel for a corporate website.

    Having these options would make an already awesome and amazing theme that much better. 

    Cheers,

    Wes/

  •  6,933
    Oliver replied

    HI Wes!

    Sorry, in the near future, we didn't plan create templates for this.

    You can use next css:

    .archive .page-title-title h1 {
        color: #123 !important;
        font-size: 15px;
        line-height: 15px;
    }
    .archive .page-title-block {
        padding: 80px 0;
        background-image: url("http://thegem2.codexthemes.netdna-cdn.com/thegem/wp-content/uploads/2016/02/clients.jpg?id=3828")!important;
        background-color: #6c7cd0;
    }
    .archive .page-title-block .breadcrumbs-container {
        display: none;
    }
    

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    evofuse replied

    Thanks Gregor. I appreciate the response and help.


    Cheers,

    Wes/

  •  6,933
    Oliver replied

    You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver