Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1203601

    Hi
    I want to change the font in my contactform ( and the size as well ).
    I tried everything; every single CSS-thread but nothing seems to work out good for me..
    Can you help me?

    #1204282

    Hey CatharinaLeloux,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia_ajax_form::-webkit-input-placeholder { 
      color: pink;
      font-size: 12px;
    }
    .avia_ajax_form::-moz-placeholder { 
      color: pink;
      font-size: 12px;
    }
    .avia_ajax_form:-ms-input-placeholder { 
      color: pink;
      font-size: 12px;
    }
    .avia_ajax_form:-moz-placeholder {
      color: pink;
      font-size: 12px;
    }

    Best regards,
    Rikard

    #1204347

    Hi Rikard
    Thanks for your reply but it doesn’t work at all…
    In the private content the url of the website-> tab Contact->the size of the font is too large; as a matter of fact i would like most decrease the size of the font in the scolldownmenu at subject..
    Best regards
    Karin

    #1204811

    Hi,

    Your site is in maintenance mode, we can’t check it.

    Best regards,
    Rikard

    #1204890

    Hi Rikard
    Sorry for this; the site is open now..
    I would like to decrease the fonts in the scrolldown menu in the subject-area.

    Kind regrads
    Karin

    #1204998

    Hi,

    Add this to quick css:

    #avia_3_1.select.is_empty{
    font-size:10px!important;
    }

    Adjust the font-size to what you want.

    Best regards,
    Jordan Shannon

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