BuddyBoss Home – Web Support Forums Solutions Social Learner Archive header issues

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #53143

    I have found that Archive headers differ from each other (Tag and Day archive). Please send some css or update.

    Answers

    #53257

    Anonymous
    @

    Hi @bcim, Please try this:

    
    header.archive-header.page-header {
        padding: 30px 70px !important;
    }
    

    Regards
    Pallavi

    #53260

    It does nothing.

    In Daily archive page header class is archive-header page-header and h1 class is archive-title main-title but in Tag archive page header class is archive-header and h1 calss is archive-title. This is a reason. How can I change it not to interfare in core theme files?

    #53261

    Anonymous
    @

    Hi @bcim, Pls paste your url so I could inspect it.

    Regards
    Pallavi

    #53264
    #53265

    Anonymous
    @

    Hi @bcim, Please try this:

    header.archive-header {
    padding: 30px 70px !important;
    }
    h1.archive-title {
    font-size: 60px !important;
    }

    Regards
    Pallavi

    #53267

    Ok. It can also be done like this. Thanks. It doesn’t include font familie etc. but I will do it myself.

    #53285

    Anonymous
    @

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Archive header issues’ is closed to new replies.