Forum Replies Created
-
AuthorPosts
-
Admin Below. I added the code first to the quick css and seeing that didn’t work I added it to the theme folder.
I went ahead and added that to both but nothing seemed to happen. Please Advise
Hi Victoria, Not exactly what i’m trying to achieve. I want to make the intake forms and buttons taller to match the enfold styles. I used my CSS Style tool to show you want i’m trying to achieve. but when I put this code in the quick css it doesn’t apply See how there is more space now on the top and bottom? I also need the button to be taller.
Also once I press the button I get this outer glow on the button. Anyway to get ride of that?
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { padding-bottom: 12px; padding-top: 12px; }
See screenshots
sorry, i’m a tad confused. how to I make the input and button areas taller and have the text centered? like the screenshot – see how the input boxes are taller?
That seems to work. Now how do I make the height of the boxes and buttons larger and centered text? Also any way to make there a little more space between the columns like this?
Ahoy Victoria, those worked. I still have a couple of issues. On mobile I need the forms to look like this (Screenshot 1) and is there a way to make the input bars height higher like on the ENFOLD form? Screenshot 2 – it looks like it is about 49 pixel high. Contact form 7 is about 36 pixels high, same with the buttons
Cool, Here ya go! Also is there anyway to make the input boxes rounded like in the ENFOLD contact form style? Screenshot
All the styles are correct… the mobile still is overlapping.
Is there anyway to have the mobile function like the Contact form where each line is its own? Like attached.
Ahoy Ismael,
None of those really did anything. Please advise
Thanks Ismael!
A couple of questions.
1. How do I remove the shadow/boarder on right side?
2. Anyway to have the button darken on hover or when clicked? I dont like that left shadow when clicked.
3. On mobile the button gets cut off. Anyway to fix?Ahoy Ismael,
I ended up using the plugin NINJA FORMS for Aweber. Can you help style the button?
That look good. What code did you change for reference?
Hi Nikko,
Sure if you can add some space after the contact menu tab that also works. Basically I just want the menu from home to contact to be centered from the logo and signup/ login buttons like this – see screenshot. I would also like it to look good on mobile. please let know what code was added and deleted.
Hi Ismael.
I changed that and did the requested refresh but it still is showing up than disappearing. I’ve gone ahead and created a temp login for you below. Please Advise
Pease see the first thread request mike. I would like to make the ‘h’ not visible on mobile at all. Please advise.
Cache is cleared. It is there still when you first open it… Than it disappears. I need it not not show up at all. It looks unprofessional like this. I attached movie of the issue.
Please advise
I replaced it but the same thing is happening. Please Advise.
That kinda works… At first the “h” menu item loads but than disappears…. How do I make it not load before hand? Having it load looks cheap… I really need this to look professional.
Hi Nikko, I tried that code but the “h” is still in the mobile menu. I also found this article but it doesn’t seem to work http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Please advise
I don’t want it to show on desktop or mobile. I inserted this code and it hide it on desktop – i tried adding the second code but it still shows… I need that whole button on mobile not available – not just hidden. Please advise on how to make the “h” button not there on mobile only.
.menuhide { opacity:0 !important; }
@media only screen and (max-width:990px) { .menuhide { opacity:0 !important; } }
That works, thanks!
That code hides the log in and Signup buttons on mobile. Not “h” please advise.
Cool, I figured how to hide it on desktop. How do I hide it on mobile?
.menuhide { opacity:0 !important; }
Hmm…. there is no way to make a menu item inbetween the contact and signup and hide it? or make it blank?
Hmm.. yeah the button is still transparent. Below are credentials.
Please Advise
Hmm… I just added that to the quick css and look the same. Do you mean I need to replace something in the previous code?
Ahoy,
Looks good. One things though – the buttons are semi transparent still… How do I fix that?
Not quite… I need to change the boarder color. I also need to make the hover have a red fill unlike the normal state which will have no fill. The button also seems to be transparent which I dont want. I tried adding this but it didnt work.
.avia-button.avia-color-dark:hover { border: 2px solid ##D5202D!important; background-color:#c21f2a!important; color:white; }
Great Thanks!
When I change the color text (black or any othe color) to a hex code (#606163) nothing show up…
/* SIGN UP BUTTON */ #top .av-menu-button#menu-item-3405 > a .avia-menu-text { border: 4px #606163; background-color:gold!important; color:black; }
Please advise
-
AuthorPosts