Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #358379

    Hi 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!
    Elliott

    #361383

    Elliott, 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?

    #361414

    Hi 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 good

    #361776

    Hi!

    Try this.

    .grid-entry { border: 1px solid red !important; }
    

    Try this for the paragraphs.

    body p { font-size: 20px !important; }
    

    Regards,
    Elliott

    #362738

    Thanks 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’?

    #363093

    Hi!

    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,
    Elliott

    #363151

    thanks Elliott, BUT this one no works… :(

    #363198

    p.s. this is the link: http://numlighting.com/portfolio-item/deco

    excerpt are down below with in the grid enties

    #363750

    Hey!

    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!
    Elliott

    #364030

    it 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

    #364518

    Hey!

    I can’t see the “Available Tiles” text on the page. Please provide a screenshot.

    Cheers!
    Ismael

    #364881

    Hi Ismael

    Sorry, it is “Other Tiles”…

    Anyway, the screenshot:
    num screenshot

    Thanks!

    #365073

    Hey!

    Try this out.

    .grid-entry-excerpt {
        font-size: 15px !important;
    }

    Cheers!
    Elliott

    #365225

    thanks dear man !

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘contact form’ is closed to new replies.