Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #897010
    stupatterson
    Participant

    Hi there, I’m getting some kind of white drop shadow or perhaps some kind of faux bold effect on my type and it’s all fat looking. I tried dropping in some code to the customizer from a previous thread with kinda similar issues, but it didn’t quite work. Somehow there’s a style overiding every custom edit I attempt. I also hoped for flat, square buttons, fields. Please let me know, if you can, how to best control the styling of the forms. I’m just wanting something super flat, no heavy weights on the type… Thanks, Stu

    URL: http://getglobalexpo.com/about/

    #897940
    Rue Nel
    Moderator

    Hello Stu,

    Thanks for writing in! To have a flat and square buttons, fields, etc., please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    select, textarea, input[type="text"], input[type="password"], 
    input[type="datetime"], input[type="datetime-local"], input[type="date"], 
    input[type="month"], input[type="time"], input[type="week"], 
    input[type="number"], input[type="email"], input[type="url"], 
    input[type="search"], input[type="tel"], input[type="color"], 
    .uneditable-input {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    Please let us know if this works out for you.

  • <script> jQuery(function($){ $("#no-reply-897010 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>