-
AuthorPosts
-
April 7, 2024 at 3:06 pm #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
April 7, 2024 at 8:22 pm #1439430Hey woogie07,
Could you post a link to where we can see the elements you are looking to style please?
Best regards,
RikardApril 7, 2024 at 10:57 pm #1439443Hi
See private.
There is inconsistency with the h2 headers on mobile
Thanks
April 7, 2024 at 10:58 pm #1439444Apologies
The forms styling is here (see private)
April 8, 2024 at 3:12 am #1439454Hi,
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,
IsmaelApril 8, 2024 at 10:20 am #1439481Hi
Are you suggesting I dd the CSS code supplied?
Thanks
MarcusApril 8, 2024 at 4:02 pm #1439505Hi,
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,
RikardApril 8, 2024 at 4:14 pm #1439509Could you advise on making the form lines thinner for the content area blocks on transparent styling?
Thanks
April 8, 2024 at 7:44 pm #1439525Hi,
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,
RikardApril 8, 2024 at 10:08 pm #1439529Thanks
That has worked, apart from the message field area which still shows the default line width. Any suggestions?
Thanks
April 9, 2024 at 4:36 am #1439547Hi,
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,
IsmaelApril 9, 2024 at 10:02 am #1439564Thanks, that has worked.
April 9, 2024 at 12:39 pm #1439579Hi,
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,
RikardApril 9, 2024 at 11:50 pm #1439617Hi
The email field box still displays in the thicker line on mobile only.
Can you advise?Thanks
April 10, 2024 at 7:37 am #1439623Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.