A couple of questions

Discussion in 'GeoCraft WordPress Theme' started by robertmylne, Sep 30, 2014.

  1. robertmylne

    robertmylne Member

    Joined:
    Mar 26, 2013
    Messages:
    49
    Likes Received:
    2
    Hey,

    Just have a couple of questions, not to fussed about the complexity of getting the task done as I can work it out based on your instructions.

    1. When I download and install geocraft it does not look the same as the newer version displayed here http://www.inkthemes.com/previews/?demo_id=52 and I downloading the wrong file?

    2. How can I change the fonts and use either Google fonts or ones locally installed.

    3. How do I centre align the main nav menu?

    4. In the search form I would like to remove the location search and then center align the remaining search button and search text field.

    5. How do the reviews work as I would like to make some modifications are they an integrated plugin or were they custom made? If they are they just modified comments??
     
  2. Yogesh

    Yogesh Guest

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

    1. In that preview new Geocraft V2 theme is displaying, that will be upload in members area today. Then you can enjoy this theme.
    2. To use google font following thread link will help you.
    http://www.inkthemes.com/community/threads/new-font-throughout-whole-site.13734/
    3. Paste the code given below in Custom CSS section to make nav menu center align.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu {
    text-align: center;
    }
    4. Paste the code given below in Custom CSS section to remove location serch field.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .search_location {
    display: none !important;
    }
    .main_search .search_for,.main_search #searchsubmit {
    float: none;
    }
    .main_search {
    text-align: center;
    }
    5. Explain little bit more for your fifth issue.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page