Home page

Discussion in 'Real Photography WordPress Theme' started by bridgie, Apr 22, 2014.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Hi, please can you tell me how I make the whole website wider and on the home page where it says blog posts, can I have an introduction sentence in stead f a blog?
    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    thank you
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. It is not possible to increase the width of slider in this theme.
    This theme is implemented on 960 responsive grid system, if we try to increase the slider width it may lose theme layout.

    2. Go to the front-page.php file present in your theme directory and paste the code given below in this file as instructed in the image given below.

    Code:
    <div class="clear"></div>
    <div class="X_content"><p>Enter Your Content Here.</p></div> 
    [​IMG]

    This will solve your issue.
     
  5. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thank you, thats worked perfectly.

    How do I make the slider auto play?
     
  6. Gourav

    Gourav Support Staff

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

    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2014-04-30_1737.png


    Thanks & Regards
    Gourav Shrivastava
     
  7. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thank you, that worked great.

    Also, how do I take the bold effect off the menu and footer headings?
    Change the footer content text to white
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Please see attached
    Heading title white and h1 h2 h3 h4 font weight to be lighter
     

    Attached Files:

  10. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Also, when I upload images I don't want them this big / magnified?
     

    Attached Files:

  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1, h2, h3, h4, h5, h6{
    font-weight:lighter;
    }
    .footer h4 {
    color: white;
    }
    2. Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page