Display Category Text & Adjust Position & Format

Home Forums Gillion Theme Display Category Text & Adjust Position & Format

Home Forums Gillion Theme Display Category Text & Adjust Position & Format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Lina
    Participant

    Hi there,

    I would like to add category texts to my category pages.

    E.g. here for the category “Schweiz” https://www.petitchapeau.de/schweiz/

    I would like to format the text (size) and position it below the blog articles, not above. Any idea?

    Shufflehound
    Moderator

    Hi there,

     

    Sorry for our late response.

     

    Unfortunately, your request falls outside our support scope, as it involves modifying the theme functionality beyond what we currently offer. However, due to our delayed response, we have created a custom CSS code that you can add to the theme settings, which might help:

    body.category #content {
        display: flex;
        flex-direction: column;
    }
    
    body.category #content > .blog-list {
        order: -1;
        margin-bottom: 80px;
    }

     

    Let us know if that helps! 🙂

     

    Best regards,

    Shufflehound Team

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