how do I replace blog section with text boxes

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Jan 31, 2015.

Thread Status:
Not open for further replies.
  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I'd like to add 3 text boxes like the sample attached, in place of the blog feature area, how do I do that?
    Screen Shot 2015-01-30 at 3.05.04 PM.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You can off the blog section in front page from Appearance=>theme options


    For adding content please use your own text in below given code and paste it in front-page.php file.
    HTML:
    <div class="container_24"><div class="grid_24">
                  <h1>Services</h1>
                        <div class="grid_8 alpha">
                  <h3>area one</h3>
                  <p>
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                </p>
                        </div>
     
                        <div class="grid_8 alpha">
                        <h3>area Two</h3>
                  <p>
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                </p>
                        </div>
     
                        <div class="grid_8 alpha">
                        <h3>area Three</h3>
                  <p>
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                        Just a Click and your website is ready for use. Your Site is faster to built, easy to use & Search Engine Optimized
                </p>
                        </div>
    </div></div>
    Please follow below image.
    bussiness-3-jan.png
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I put a link for this section in top navigation so that users can go to this section like they go to other sections on the home page?
    URL: http://webworxworld.com/client-demo3/
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    I have put this code in latest blog section. Now you can change your headings from theme option(latest blog setting).

    Thanks
    Pramod
     
  6. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I put bullet points in the text boxes and in the service feature area and blog area, I'm trying <ul> <li> but it's not showing.
    URL:http://webworxworld.com
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Devesh !


    We are not getting ul li on service section text.
    Please use ul li to put code. If it is not working we will help you to fix them.

    Thanks & Regards
    Pramod Patel
     
  8. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Check the first section for both:
    In the blog section/ text area - see the text under "Logo & Branding" title
    In the services/ happy customers area - see the text under "Unique Vapour Innovation" title (Also why is the point text coming out black and not white in color)?
    Screenshot 2015-02-27 23.43.14.png Screenshot 2015-02-27 23.43.25.png
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Devesh,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body.home.blog ul li {
      display: list-item;
    }
    Thanks & Regards
    Pramod Patel
     
  10. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works perfect in one section but not the other, Also why is the text black and not the default white?

    see screenshot below:
    Screenshot 2015-02-27 23.56.43.png
     
  11. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Devesh !

    The color depend on the text color.
    If your text color is red the bullet will be red. Do you want to make changes in text color?

    Thanks
    Pramod Patel
     
  12. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    1. The bullet placement is not correct, it is very far away from text

    2. I want to keep the text white like default, not sure why the bullet texts are coming black, the basic text in the same section is white. How do I make it white?
     
  13. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .rect_box ul {
      list-style-position: inside;
      color: white;
    }
    This will resolve your issue.

    Thanks & Regards
    Pramod Patel
     
  14. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I make the list appear in one alignment?

    Screenshot 2015-02-28 00.36.27.png
     
  15. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello!


    You are using ul inside ul .
    Make them separate.

    Thanks & Regards
    Pramod Patel
     
  16. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page