Adding more content on Home page

Discussion in 'RoadFighter WordPress Theme' started by icusa, Jul 11, 2013.

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

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Hi,
    How can we add more content on the HOME page right under the "Home Page Main Heading - Sub Heading" ?
    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > HomePage Feature Area > Home Page Main Heading

    and add the code given below

    Code:
    <br><br><p>Enter your text here</p>
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page_info p{
    line-height:35px;
    font-size:16px;
    }
    Use same process for others also.
     
  3. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    HI Gourav,
    Frankly, it looks rather ugly and unprofessional. Do you have a better option to add simple html code (bold,italic,links) in order to have margin to left vs center, less spacing? see screenshot
    Can I copy paste my own html code in EDITOR directly? I was able to do this with other themes I purchased but cannot find the place where to add any html code in your files in EDITOR. At what spot exactly can I add my "simple" HTML code?
    Thanks
     

    Attached Files:

    • ug.jpg
      ug.jpg
      File size:
      72.7 KB
      Views:
      19
  4. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Last, margin, TXT size ,spacing, can be the same as the "Three Column Feature" ones but with the possibility to add simple HTML coding
    (bold,italic,links).

    This is not only important for SEO purpose but also for visitors that access the HOME page. Otherwise they will have to click to another page in order to get more /info/details/ about the site...Today as you know, people patience is very limited , so having the main /info/details/ about the site on the WELCOME HOME page is crucial and it has to look good as well , not as we see on the screenshot I attached on prior post.

    Thanks
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    You can add your html tags there, We just use paragraph tag for giving an example how to add extra text there, And after adding your code you can style that text by using css code for making it (bold and italic). You can also use anchor tag there for your links.
     
  6. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Hello Gourav,
    On the other THEME i simply paste simple HTML code and this is how it looks like...as you see on the attached doc. How can I duplicate that...can you help me? Only way i can almost dupplicate this on Road Fighter theme is by adding the html code directly in EDITOR under "front-page.php"
    Please let me know
    Thanks


     

    Attached Files:

  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Go to
    Appearance > Theme Option > HomePage Feature Area > Home Page Main Heading

    and add the code given below

    Code:
    <br><br><p>Enter your text here</p>
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .home-content .page_info p{
    font-size:13px;
    text-align:left;
    line-height:20px;
    }

    You can use all HTML tags in heading area, Follow the link given below
    http://www.w3schools.com/html/html_css.asp

    I hope it will helps you.
     
  8. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Hello Gourav,
    That works. Thank You!
     
Thread Status:
Not open for further replies.

Share This Page