Change of text formatting in menus.

Discussion in 'RoadFighter WordPress Theme' started by jagrom, Nov 1, 2013.

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

    jagrom New Member

    Joined:
    Jun 11, 2013
    Messages:
    9
    Likes Received:
    0
    Hello!
    I would like to ask for your help with two issues I have with my site. http://dorotagromnicka.pl

    How can I change the formatting of the menus text? Currently the menu writes each word starting with a capital i.e. wordpress page name "Colors and materials" becomes "Colors And Materials" in the menu. What do I have to change in the code to avoid this?

    Another issue I have is the translation of the "Read More" link on the home page slider. I cannot find the code location when I can translate it into my language.

    I would be very grateful for your help.

    Regards,
    JAG
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

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

    Code:
    #menu .ddsmoothmenu li a{
    text-transform:none!important;
    }
    2.For your second issue

    Go to
    Appearance > Theme Option > Slider Settings > Link Text for First slider
    and enter your text there

    Use same process for others also.
     
  3. jagrom

    jagrom New Member

    Joined:
    Jun 11, 2013
    Messages:
    9
    Likes Received:
    0
    Thank you! That really was helpful.
     
Thread Status:
Not open for further replies.

Share This Page