Avoid capital starting letter in submenus

Discussion in 'BizWay WordPress Theme' started by smvmarketing, Feb 19, 2018.

  1. smvmarketing

    smvmarketing New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    Is it possible to avoid that all words in the submenues are showed with a capital letter?

    When I look in the headline of each current page and also in Appearance --> Menus all letters unless the first of the sentences are small.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    It would be better for us to understand your query with the help of some edited screenshots.
    Please share some screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  3. smvmarketing

    smvmarketing New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    Hello Naveen,

    I have attached a screenshot below. In the sub-menu the first letter in each word is capital - fx. "Formål Med Beredskabsplanen". I would like it to be "Formål med beredskabsplanen" which is how the text is written in the title of the page where the menu links.

    screenshot.jpg
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.menu_wrapper div#MainNav a {
        text-transform: inherit;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. smvmarketing

    smvmarketing New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    Hi,

    unfortunely it didn't. The problem stille persists. I have copied the code directly into the Custom CSS (where there are many other Custom CSS that works fine).
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for getting back to us,

    Try to use the code in the Additional CSS section of the theme, Go to (Dashboard->Appearence->Customise->Additiona CSS). Please have a look at the attached screenshot.

    If the problem still persists then just share the WordPress admin credentials of your website at [email protected] along with the thread link.

    We will do the needful.

    I look forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     

    Attached Files:

  7. smvmarketing

    smvmarketing New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    Hello again,

    the problem still persists. It seems to function in the responsive menu, but not in the normal. I will send you an email with the credentials.
     
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Yes,

    Please send WordPress admin credentials of your website at [email protected] along with the thread link.

    I look forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page