-
AuthorPosts
-
November 25, 2014 at 7:22 pm #357807
Hi there
Im trying to modify the contact form with the following css:
#top div .av-light-form {
border-width: 1px !important;
border-color: #aaa096 !important;
}what do I miss?
Link is: http://numlighting.com/portfolio-item/cuboids#av_section_1
November 26, 2014 at 5:36 pm #358379Hi eliuserman!
If your trying to add a border around the form then you can try this.
.av-light-form { border: 1px solid red !important; }
If your trying to change the border of the fields then you can edit that around line 1500 in the /enfold/css/shortcodes.css file.
#top div .av-light-form .input-text, #top div .av-light-form input[type="text"], #top div .av-light-form input[type="input"], #top div .av-light-form input[type="password"], #top div .av-light-form input[type="email"], #top div .av-light-form input[type="number"], #top div .av-light-form input[type="url"], #top div .av-light-form input[type="tel"], #top div .av-light-form input[type="search"], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { background-color: transparent; border-color: #fff; border-width: 2px !important; color: #fff; }
Cheers!
ElliottDecember 2, 2014 at 11:01 am #361383Elliott, thanks it works!
another issue: I’m trying to add border to the one-column-grid entry (link: http://numlighting.com/numtiles ; password: numnum),
by adding the following code to /*special layout for 1 column entry*/ in the shortcodes.css
border-width: 1px;
border-color: #f4f1ee;whats is wrong?
December 2, 2014 at 1:12 pm #361414Hi there
One more question in addition the the above one:
How do I set up a new text-size for all the body and excerpt text ?
I tried to add into the custom css the following one:
.body p {
font-size: 20px;
}
but no goodDecember 2, 2014 at 9:16 pm #361776Hi!
Try this.
.grid-entry { border: 1px solid red !important; }
Try this for the paragraphs.
body p { font-size: 20px !important; }
Regards,
ElliottDecember 4, 2014 at 8:33 am #362738Thanks Elliott, works fine!!
Only one thing:
the ‘body p’ does not include the Excerpt-text and the Form’s fields-text. Do these 2 have other direction than ‘body p’?December 4, 2014 at 6:28 pm #363093Hi!
Try adding this,
input, button { font-size: 20px !important; }
Send us a link to the element with the excerpt so we can take a look.
Regards,
ElliottDecember 4, 2014 at 7:22 pm #363151thanks Elliott, BUT this one no works… :(
December 4, 2014 at 8:16 pm #363198p.s. this is the link: http://numlighting.com/portfolio-item/deco
excerpt are down below with in the grid enties
December 5, 2014 at 6:50 pm #363750Hey!
Are you referring to the buttons in your four columns? If so then try this out.
.avia-button { font-size: 15px !important; }
If that’s not it then take a screenshot and highlight the exact areas your trying to style.
Cheers!
ElliottDecember 6, 2014 at 10:37 am #364030it is fine with the buttons, thanks!
I guess that I forgot to attache the password for the entry link, here it is: numnum (the link: http://numlighting.com/portfolio-item/cuboids)
Please go down to ‘Available Tiles’ and look at the text next to the entry image (‘excerpt’), I would like to make it 15px as well…Have a great weekend
December 8, 2014 at 10:23 am #364518Hey!
I can’t see the “Available Tiles” text on the page. Please provide a screenshot.
Cheers!
IsmaelDecember 8, 2014 at 7:17 pm #364881Hi Ismael
Sorry, it is “Other Tiles”…
Anyway, the screenshot:
Thanks!
December 9, 2014 at 12:32 am #365073Hey!
Try this out.
.grid-entry-excerpt { font-size: 15px !important; }
Cheers!
ElliottDecember 9, 2014 at 8:47 am #365225thanks dear man !
-
AuthorPosts
- The topic ‘contact form’ is closed to new replies.