Written grainy in the top menu and titles

Discussion in 'Figero WordPress Theme' started by capitano, Jan 12, 2013.

  1. capitano

    capitano New Member

    Joined:
    Jan 10, 2013
    Messages:
    9
    Likes Received:
    0
    Hello everyone, I'm sorry but I am Italian and I do not write well in English ..
    My question is:
    In the Figero Theme free words of the top menu are vector and you can clearly see, then I downloaded the premium theme and the words seems pictures, and then you see grainy ... is awful to see! and also the font of the writing is different .. I do not like it, much better than the free version of the font. How do I display the menu written in vector as free theme? I'm sorry to give up all the features of premium now that I've paid .. Thank you!
    You can see the problem here: http://www.forumbusiness.it/realvenice-de/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to Appearance > Editor and open function.php file and remove code as shown in image.

    [​IMG]

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


    Code:
    #menu li a {
    font-family: vector;
    }
     
  3. capitano

    capitano New Member

    Joined:
    Jan 10, 2013
    Messages:
    9
    Likes Received:
    0
    Perfect, I just deleted the text string you highlighted in blue in the function.php file and words is ok.
    I have not paste this code in Custom CSS... is necessary? now it ok...
    There may be problems if I do not?
    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    If you want to change menu font family, Then you can add that code, Otherwise if you are comfortable with current font then it is not necessary.
    No need to add that code.
     

Share This Page