Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12321
    taranlewis
    Member

    Hello and thank for the great theme!
    I am trying to customize the content area for my website:

    http://www.sfwconstruction.com

    i would like to have the text on each of my pages (siding, painting, etc.) display closer to the edge of the white area. i would also like to get rid of the margin below the menu bar and make the pages look more like the home page. any thoughts on that? sorry i messed with the original css file. I read replies about not doing that after the fact!

    also wondering, is there a way to use the featured image slider from the home page for each page of my website (using it to display different featured images)?

    thanks again!

    #12324
    taranlewis
    Member

    The more I think about the more I’d just like to utilize the featured post slider on every page instead of the slider plugin that I installed….

    #12339
    Sakin
    Keymaster

    @taranlewis: Yes it is not recommended at all to customize any core theme files such as style.css, functions.php and all. As when you update the theme, these files will get reverted back and all your customization will be overwritten.

    Then best way to add new css is either though “Appearance => Theme Options => Custom CSS” box or through build child theme.

    Since you have customize the site. It has become difficult for me to track back the css for changes. Can you try adding the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding top in the page main wrap.
    .page #main { padding-top: 0; }

    To add featured post slider in all pages, you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” in your WordPress Dashboard. Then you can check “Entire Site” and click on save.

    #12395
    taranlewis
    Member

    For some reason that code didn’t work. Likely because of something I messed up! 😉

    So, I see how to put the featured post slider on each page, but what if I wanted to put a different featured post slider on each page? is that possible? thanks again for great support on this!

    #12412
    Sakin
    Keymaster

    @taranlewis: No you cannot add the different post slider on each page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘content area customization’ is closed to new replies.