how to edit home page?

Discussion in 'Subscribely v2 WordPress Theme' started by kenny78, Aug 31, 2015.

  1. kenny78

    kenny78 New Member

    Joined:
    Aug 31, 2015
    Messages:
    1
    Likes Received:
    0
    Hi ,

    How can I change the video of the demo into my own? I cannot find homepage under pages. Also how do I change the fonts? Lastly, how can I get a full width menu? it seems that I get three lines one under the other at the moment.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    1.) You can easily change the video and the text with your desire one, you just have to follow the steps as mention in the video given below.

    Link of the video: http://screenpresso.com/=bpC5b

    2.) Well! you will get the homepage under Homepage setting option (Appearance -> Theme Options -> Homepage Setting -> Thumbnail Heading) of your dashboard.
    Here, I am also providing you a video related to change the text of the home page.

    Link of video (homepage): http://screenpresso.com/=3EBuc

    * Incase, if you want to change size of the font, you just have to paste the CSS code given below in Custom CSS section(Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#content_wrapper h1 {
        font-size: 39px;
    }
    Note: Change the size of the homepage text as per your interest.


    3.) To make the menu of full width, just follow the steps as mention in the screenshot given below.

    Subscribly_menu_full_width.png

    code i.e in red part of screenshot, you just have to paste below code in header.php file
    Code:
                    <div class="grid_24omega">
                              <!--Start Menu wrapper-->
                                <div class="menu_wrapper">
                                    <a href="#" class="mobile_nav closed"><?php _e('Page    Navigation',THEME_SLUG); ?><span></span></a>
                                    <?php inkthemes_nav(); ?>
                                </div>
                                <!--End Menu wrapper-->
                                  <div class="clear"></div>
                          </div>
    and also paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to separate the menu from the logo.
    Code:
    .menu_wrapper {
        padding-top: 36px;
    }
    Hope it will resolve your issues... :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page