homepage, search and fonts

Discussion in 'Elite Pro WordPress Theme' started by interaction, Apr 28, 2015.

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

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi,

    Almost finishing my website; just a few last questios.

    How can I change the word Search in the box into Dutch? Changed everything but cannot find it.

    Have now on my homepage http://www_hotelspa_nl.017.bho.nu/wordpress/ the latest posts. Is it possible to have posts only of one specific category listed here?

    If you look at the font of the headings (the one in the slider for example) looks different and a blit blurry; not like your examples. How can I repair this?

    the only changes I made in the custom CSS are

    .index-content img {
    border: none;
    }
    ul.post_meta {
    display: none !important;
    }
    a {
    text-decoration:none;
    color:#f0a51e;
    }
    a:hover {
    text-decoration:underline
    }

    h4 {
    font-family:Verdana;
    color: #f0a51e;
    font-weight: bold;
    }

    Thanks!

    Yvonne
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    1> Please follow the screenshot given below.
    Figero_change_Search_text.png

    2> It is possible but need some customization in the source code. So, send us your website WordPress login details at [email protected] along with the thread link.
    Also mentioned that which category you want in the homepage.

    3>For your information, we are using cufon.js in this theme which convert text/headings into images.
    So, first you have to disable it.
    Please follow the screenshot given below.
    figero_disable_cufon.png
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h1, h2, h3, h4, h5, h6{
    font-family: "champagne & Limousines";
    line-height: 27px;
    font-weight: bold;
    }
    .flex-caption h1 {
      padding-top: 30px;
      color: #333;
    }
    Thanks,
    Praveen
     
  3. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi Praveen,

    Thanks. will send a mail to support.

    About 3; I am not using Figoro and what ever file I open with Elite Pro I do not get a screenshot like yours.

    thanks!

    Yvonne
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Thanks,
    Praveen
     
  5. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    thanks! solved!
     
Thread Status:
Not open for further replies.

Share This Page