Changing "Listing Categories" & "Listing Tags"

Discussion in 'GeoCraft WordPress Theme' started by smagnin, Jan 25, 2013.

  1. smagnin

    smagnin New Member

    Joined:
    Dec 21, 2012
    Messages:
    8
    Likes Received:
    0
    How can I change "Listing Categories" name and "Listing Tags" name?

    I am using a search plugin where it shows the name of the field and I want to translate it. I want "Listing Categories" to be "Rubro".

    Example:

    [​IMG]



    And another short question: is it possible to change the background color of the secondary menu?


    Thank you very much! I really appreciate your work.


    Regards,
    Santiago.
     
  2. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    I see the Listing Categories and Listing Tags in that blue box but on which page are you seeing that blue box ? I am unable to recognize that blue box as the part of the theme. Is it some plugin through which that area is appearing ?

    To change the background color of secondary menu you can do from Themes Options under Styling Options and than place your own Custom CSS code.
     
  3. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    To change the background color. Put the code below in the custom css. Inplace of blue you can choose any color, or any hex color code. like: #ffffff (for white)

    Code:
    #menu .ddsmoothmenu li li a{
    background: blue;
    }
     

Share This Page