New Landing How can we help? Atelier How to change Post Category Header Image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #199443
    ninesolutions
    Member
    Post count: 192

    Hello,

    Sorry for asking.. i cant find there area which i can change the post catogory header (hero) image. it is currently just grey. Where can i find the option?

    thanks!

    #199461
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Currently that functionality does not exist for posts categories, just product categories.

    You can change the grey color you mentioned for category pages with a little CSS:

    .archive.category .page-heading {
        background-color: #ffffff;
    }

    Thanks,
    David.

    #199468
    ninesolutions
    Member
    Post count: 192

    Thanks David, appreciate the help.

    Another question for colors here:

    I am setting this blue color for my links color in blog, but the sidebar items becomes blue too, is there any css which i can add for them to remain black?

    Thank you so much!

    View post on imgur.com

    #199470
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try to add this one

    
    .widget ul li > a {
        color: #000 !important;
    }

    -Rui

    #199476
    ninesolutions
    Member
    Post count: 192

    Thanks Rui!!

    It works perfect now!! Appreciate your swift help!

    Sorry, another question here, for this code by David regarding post catogories heading background color, can we add a line to change the heading title text ?

    .archive.category .page-heading {
    background-color: #ffffff;
    }

    #199477
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    What exactly you need to change? Font size? Font Family??

    -Rui

    #199487
    ninesolutions
    Member
    Post count: 192
    This reply has been marked as private.
    #199488
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add this one to the custom css

    .archive.category .page-heading h1{
    color: #fff!important;
    font-size:50px!important;
    }

    -Rui

    #199561
    ninesolutions
    Member
    Post count: 192

    Thanks Rui its all great now!

    #199591
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

    – Kyle

    #223730
    freelightfinancial
    Member
    Post count: 2

    Hi! I was searching for answers for my problem and it lead me here, we are using atelier theme and we preloaded the demo account, and now we can’t change the header of the category, here is a screenshot for it: http://screencast.com/t/htAFTZdztri

    Your immediate reply would be appreciated 🙂

    #223752
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to go to WooCommerce > Products > Categories and edit the category, there is an image field, just remove the current image and replace it with your own

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register