Homepage Panes background

  • needhelp101

    #6416

    How do I change the Homepage panes backround for a welcome page that I have created. I tried removing the grey look from the colours options but it is still grey looking.

    Thanks much

    Anonymous

    #34270

    Add this to Custom CSS

    .home #content-main {
    background: #FFFFFF;
    }

    Get appropriate HEX colour code from http://www.colorpicker.com/

    Moved to Support. Please post in the correct section next time.

    needhelp101

    #34271

    Hi Prasana,

    Still Having trouble with “Homepage Panes”

    I have enabled hompage panes like you showed on your website, I now have a welcome message (thanks for that information) however I have a few problems;

    (1) – How do I change that grey background or have the posts contained within a box not just hanging out on the page ? I tried adding the code .home #content-main {background: #FFFFFF;}

    to the CSS but nothing changed.

    (2) The post headings appear beneath the post rather than above

    Anonymous

    #34272

    What’s your website url?

    needhelp101

    #34273

    Hello Josh

    The url is yncite.com. I need a border around the slider and the post content, especially around the posts on the welcome home page where the 4 posts at the bottom looks untidy. Thanks much

    Anonymous

    #34274

    Hi,

    Okay.. for the slider… it uses the featured_slider class. So you may modify it via your custom css like so:

    .featured_slider {
    border: 1px solid black;
    }

    You can do the same with your homepage_panes like so:

    .homepage_pane {
    border: 1px solid black;
    }

    .. But, with the homepage panes… you might need to adjust the width of the column to compensate for the added border.

    needhelp101

    #34275

    Hi Josh

    I just placed this in my child.css `/*.featured_slider {

    border: 1px solid black;

    }

    .homepage_pane {

    border: 1px solid black;

    }*/`

    But still no border on slider or content of post in my front page

    Anonymous

    #34276

    You have it commented out.

    It currently looks like this in your custom css:

    /*.featured_slider {
    border: 1px solid black;
    }
    .homepage_pane {
    border: 1px solid black;
    }*/

    It needs to look like this:

    .featured_slider {
    border: 1px solid black;
    }
    .homepage_pane {
    border: 1px solid black;
    }

    needhelp101

    #34277

    Thank you so much It looks great in the slider. In the homepage things are a bit jumbled but each post is bordered. I think I need help in making those post contents not just with a border but aligned in a nice column like fashion. You have helped a lot so far but if not too much trouble any additional help with those posts being properly aligned on the welcome home page would be greatly appreciated

    needhelp101

    #34278

    Hello Josh

    Thank you so much It looks great in the slider. In the homepage things are a bit jumbled but each post is bordered. I think I need help in making those post contents not just with a border but aligned in a nice column like fashion. You have helped a lot so far but if not too much trouble any additional help with those posts being properly aligned on the welcome home page would be greatly appreciated

Viewing 10 posts - 1 through 10 (of 11 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.