Remove posts on homepage but keep text area for additional text

Discussion in 'ColorWay WordPress Theme' started by fdhodge, Sep 10, 2014.

  1. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Hi
    I would like to remove the posts from the homepage but add text there instead. Is this possible?

    I have also tried adding code from numerous posts advising but can't seem to change footer background. Code I have added is
    .footer-wrapper .footer {
    background: #ffffff;
    }
    .footer-bottom {
    background: #cccccc;
    }

    But it doesnt change anything. Please can you advise.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
     
  4. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    http://familydrugandalcoholsupport.co.uk/

    Unfortunately it won't let me upload a screenshot for some reason.
    On the homepage where "From The Blog" I just want this to display static text rather than a post. Is this possible?
    Also whatever CSS I seem to add doesn't seem to change the background of the footer.
    Thanks for any help.
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You can change footer color by applying following CSS code in Custom CSS.
    Code:
    .footer-container{
    background: your desire color;
    }
    .footer-navi {
    background: your desire color;
    }
    You can change the text From The Blog,
    Go to >> Appearance >> Theme Options >> Home Page Settings >> Home Page Blog Heading and write your text here as shown below in screenshot.

    12sep5.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Thanks but I need to remove the posts area - "Sorry, no posts matched your criteria." Also how do I reduce font size of From the Blog and text above.
    I have added the css for the footer colour change but hasn't worked sorry
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To remove that area, Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#blogmain {
    display: none;
    }
    To change font size of FROM THE BLOG, change font size as your requirement and Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-wrap h1.blog_head {
    font-size: 28px;
    }
    Adjust font size like 20px, 22px, etc. in above code.

    To change color of footer area, Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container{
    background: #12a3df;
    }
    .footer-navi {
    background: #12a3df;
    }
    In place of #12a3df add your color name or color code.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Whatever I seem to add to the custom CSS it is not working with anything. Please help.
     
  9. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    I also can't seem to remove 'leave a reply@ from pages when removing relevant code from php files. Something isn't right. Aaargh
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link:

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     
  11. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your issue have been fixed.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page