Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2064634
Quickfinder uppercase
Closed

Comments

  •   Joeyyyys started the conversation
  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    body .quickfinder .quickfinder-item-title {
        text-transform: none;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Thanks. It works fine. Thanks Gregor!

    Sorry. What about the buttons? How I can remove the uppercase of the button in Quickfinder? Thanks.

  •  7,095
    Oliver replied

    Hi,

    CSS:

    .quickfinder-item .quickfinder-button .gem-button {
        text-transform: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Joeyyyys replied privately
  •  7,095
    Oliver replied

    Hi,

    1. CSS:

    body .gem-button {
        text-transform: none;
    }
    

    2. You can control font size for responsive in the the theme options. 

    3. Sorry can't understand what you need to make...

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Hi Gregor,

    #1 - The "Submit" button in the Contact Form is still in uppercase - http://staging.siiimart.com/pages/services/services/.
            Would you mind advising? Thanks


    #2 - May I know which type of font is this headline using? Is it "Light Title Font"? If yes, there is no setting for adjusting the font size in mobile view

    #3 - Currently, in mobile view of http://staging.siiimart.com, the "Download Now" button is not aligned to the center.

    Thanks.

  •  7,095
    Oliver replied

    Hi,

    1. CSS:

    div.wpcf7 .wpcf7-submit {
        text-transform: none;
    }
    

    2. There used H2 font. 

    3. pls. use following css:

    @media (max-width: 768px) {
    body .gem-textbox-content {
        padding: 10px;
    }
    body .gem-textbox-content .gem-alert-box {
        padding: 0;
    }
    body .gem-alert-box:not(.centered-box) .gem-alert-box-buttons .gem-button {
        margin: 0;
    }
    }
    5110651633.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Thank you

  •  7,095
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Joeyyyys replied privately
  •  7,095
    Oliver replied

    Hi,

    CSS:

    body .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text {
        text-transform: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Joeyyyys replied privately
  •  7,095
    Oliver replied

    Hi,

    pls. provide the wp-admin access

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Sorry that I can't provide the access to you.

    What kind of information do you need?

  •  7,095
    Oliver replied

    I need to check why my code isn't working, don't worry, nothing will be lost..

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Sorry that since the access is owned by my friend, I can't share with you. Is there any possible way to verify / correct it?

  •  7,095
    Oliver replied

    Try to  add this one:

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text {
        text-transform: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joeyyyys replied

    Thanks Gregor, it works now.

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver