Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1439398

    Hi

    I want the form area line/keyline thinner that shows on Enfold form theme – dark transparent styling.

    Is there any CSS to change this?

    Thanks

    #1439430

    Hey woogie07,

    Could you post a link to where we can see the elements you are looking to style please?

    Best regards,
    Rikard

    #1439443

    Hi

    See private.

    There is inconsistency with the h2 headers on mobile

    Thanks

    #1439444

    Apologies

    The forms styling is here (see private)

    #1439454

    Hi,

    Thank you for the info.

    Have you checked the zoom settings of the browser on the other device? It’s possible that the browser is zoomed in, which could be making the text and headings appear larger. The font size of the heading tags is set to 1em.

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    }

    Best regards,
    Ismael

    #1439481

    Hi

    Are you suggesting I dd the CSS code supplied?

    Thanks
    Marcus

    #1439505

    Hi,

    No he is not, that is the CSS which is currently being applied. Did you check your browser/device settings? There is nothing in the theme which would add different styling depending on the device which is being used.

    Best regards,
    Rikard

    #1439509

    Could you advise on making the form lines thinner for the content area blocks on transparent styling?

    Thanks

    #1439525

    Hi,

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

    #top div .av-dark-form input[type="text"], #top .av-custom-form-color .button {
      border-width: 1px !important;
    }

    Best regards,
    Rikard

    #1439529

    Thanks

    That has worked, apart from the message field area which still shows the default line width. Any suggestions?

    Thanks

    #1439547

    Hi,

    Thank you for the update.

    Please include this css code to adjust the border width of the textarea or message field:

    #top .avia_ajax_form fieldset .text_area {
        border-width: 1px !important;
    }
    

    Best regards,
    Ismael

    #1439564

    Thanks, that has worked.

    #1439579

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1439617

    Hi

    The email field box still displays in the thicker line on mobile only.
    Can you advise?

    Thanks

    #1439623

    Hi,

    Please include this css code to completely override the default dark style:

    #top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
        border-width: 1px !important;
    }

    Best regards,
    Ismael

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