Changing Menu Label Cases

Discussion in 'InkThemes-Support Working Hours' started by adammacha, Nov 1, 2015.

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

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    I am using Traffica Theme Pro.

    1. I need to be able to Change Menu Label Case from Capital to Mixed Case ( Capital and Small letters )
    example CUSTOMER SERVICE , i should be able to write Customer Service

    2. How do i make the Footer Line more than 64 characters before getting to next line.
    for example www.luwasa.or.tz , i need the whole text to be in one line. like this
    © Copyright 2015 LUWASA. All rights reserved. Designed By Adam & Adrian (T) LTD
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    1) I need to be able to Change Menu Label Case from Capital to Mixed Case

    For this, you just need to Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        text-transform: initial;
    }
    2) I need the whole text to be in one line.

    Fo this, paste code given below in custom CSS field of your dashboard..

    Code:
    .bottom-footer-container .bottom_footer_content .bottom-inner-footer p {
        width: 546px !important;
    }
    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    Thank you very much.
    All went well.

    Adam Macha
     
Thread Status:
Not open for further replies.

Share This Page