-
AuthorPosts
-
January 31, 2020 at 6:02 am #1180164
Hi Bob,
I can’t see any gaps between background images on my end, please provide screenshots or a way to reproduce the problem.
Menu: you can change that under Enfold->Advanced Styling.
Buttons: you can change the colours in the Styling tab in the element options. If you want to apply border radius to the buttons then you assign a class to the elements in question (for instance border-radius) by activating that option under Enfold->Layout builder, then add this to Quick CSS:
.border-radius { border-radius: 5px; }
Contact form:
Bigger font using this CSS:
.home #element_avia_1_1 span { font-size: 18px; }
Select for the elements not to validate in the theme options if you want to remove the asterisk.
Label for math problem:
.home #element_avia_6_1 label { color: #000; }
Best regards,
RikardJanuary 31, 2020 at 7:16 am #1180170This reply has been marked as private.February 1, 2020 at 9:48 am #1180478Hi Bob,
Thanks for the update, but we can’t go through the amount of issues you are sending with each of your responses. Please try to stick to one or two problems per post.
First off, clear the cache from your caching plugin and leave it deactivated until you are done changing your site, also make sure that you don’t have file compression active under Enfold->Performance, and select to delete the old CSS and JS files on the same page. Otherwise you might not see the changes you make since it’s cached/minified. Also make sure that your local browser cache is cleared before checking the results of your changes.
You can place the CSS I sent you under Enfold->General Styling, in the Quick CSS box. I can see that the main menu font has changed from yesterday for example, so I think what you are doing is correct.
Best regards,
RikardFebruary 2, 2020 at 12:39 am #1180571This reply has been marked as private.February 3, 2020 at 11:21 am #1180829Hi BobCarey,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .form_element label span { font-size: 16px; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 3, 2020 at 10:52 pm #1181075This reply has been marked as private.February 4, 2020 at 1:36 pm #1181265Hi Bob,
I can’t see the problem in your screenshot on my end using Chrome, in which browser are you seeing that?
You can hide the asterisks using this CSS in Quick CSS:
abbr.required { display: none; }
Best regards,
RikardFebruary 4, 2020 at 8:44 pm #1181517This reply has been marked as private.February 5, 2020 at 6:31 am #1181635Hi Bob,
1. I’m running the same version of Chrome, this is what I’m seeing on my end: https://imgur.com/a/p6pBEb1
2. Please try this CSS to move that element down a bit:
.home .avia-builder-el-3 { margin-top: 15px; }
Best regards,
RikardFebruary 7, 2020 at 7:17 am #1182240This reply has been marked as private.February 8, 2020 at 8:12 am #1182495 -
AuthorPosts
- You must be logged in to reply to this topic.