Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1015876

    Hello,

    I work with this page : https://www.bonadisseny.cat/velamar/ , and i need change a input texte fields required in form contact, i need change border for more pixels, now all have 2px but i need change only required fields with border 5 px… and i d’ont know what is addres for change this in CSS, can i help please?

    Sorry for my bad english…
    Fields change : image

    • This topic was modified 6 years, 5 months ago by slekiz.
    #1015886

    i try with this:

    #top .avia_ajax_form.element_avia_1_1 {
    border: 5px;
    }

    but not work… any help

    #1015895

    Hi,

    Remove this from your current css, where it happens to be located:

    border-width: 2px !important;

    Add this to quick css:

    input#avia_1_1, input#avia_2_1{
    border-width:5px!important;
    }

    Best regards,
    Jordan Shannon

    #1015906

    Hello,

    I change in :

    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button{
    	color: #fff;
    	border-color: #fff;
    	/*border-width: 2px !important;*/
    	background-color: transparent;

    Adn i put your code in quick css, but all fields now have 5px…

    #1015914

    Hi,

    Only the specified 2 should have it. Have you added my code to the very top of quick css and cleared the cache a few times over?

    Best regards,
    Jordan Shannon

    #1015916

    Sorry now i work…i coment another line in code… thx a lot !!!

    #1015919

    Another question if its possible, in header i have a logo and a telephone, when i scroll down page logo its redimenzioned and its good, can i redimenzioned to the telephone same logo?

    Thx a lot

    • This reply was modified 6 years, 5 months ago by slekiz.
    #1015923

    Hey slekiz,

    This is also possible via css. Allow me a moment to look.

    Best regards,
    Jordan Shannon

    #1015924

    Hi,

    Add this to quick css:

    .header-scrolled .textwidget.custom-html-widget span{
    font-size:10px!important;
    }
    
    
    
    
    Best regards,
    Jordan Shannon

    #1015991

    Very nice.

    Thankyu for all :)

    #1016372

    Hi,
    Glad Jordan could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.