• Angelo

    (@angelo-pagano)


    Hueman theme v. 2.2.3 i am using a home static page (www.grifocalciofemminile.it) with alxposts widget. Ma you help me about:
    – thumbnail is not centered
    – i would like change the background color the home page, not alxpost by alxpost

    I read style.css but i didn’t find the code line to change

    Regards,
    Angelo

Viewing 1 replies (of 1 total)
  • Hi Angelo. Try this css in your child theme:

    /* center alx-posts content */
    .panel-widget-style .alx-posts {
        margin-right: 30px;
    }
    
    /* home page content background blue */
    .home .main-inner {
        background-color: #00f;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘alx posts in static home page’ is closed to new replies.