Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154687
    Mack
    Participant

    Hi there. I am developing my webiste http://www.fadeville.co.uk using the audioman theme on wordpress.
    I would like to remove the home page that appears right above my footer, the whole block written “Recent Post” – “Hello world”. Under the tab “Releases” – I would like to remove the grey background color, I would love it my background on post to be transparent that as I scroll, my posts appear as if they are floating.

    Please assist.

    Thank You!

    #154735
    Skandha
    Participant

    @mack: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

     /* To remove Recent post section */
    .home #content {
        display:none;
    }
    /* To remove background on Releases page */
    .page-id-35 #site-content-wrapper {
    	background:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #154746
    Mack
    Participant

    Hi there. Thank you so much. The ‘Recent post’ page is out completely.

    But the background on my posts under the tab “Releases” hasn’t changed, it seems the css didn’t work on this one.

    And also, how do I get the page ID number? I have seen the CSS you gave me has “page-Id-35” – I’d like to know so that I can be able to do the same to the rest of my pages as I add them in the future.

    Thank You’

    #154796
    Skandha
    Participant

    @mack: Didn’t you mean the background color in the “Releases” page. It seems to have changed after using the CSS Code.

    To get the page/post ID number you can use the Catch ID’s plugin. After activating this plugin you will get the ID’s column in your page/post dashboard.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #154809
    Mack
    Participant

    I did work. Thank you.
    I also did checkout the plugin and it works ??

    #154813
    Skandha
    Participant

    @mack: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customizing The Homepage and Background’ is closed to new replies.