Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194938

    Hello Enfold,
    Can you show me how I can create text boxes with curved corners in the enfold template like this:

    http://grainintegrativehealth.com/

    Thanks,
    Tim

    #195340

    Hey earthyblue!

    You can use Promo Box element under Content Elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to make corners rounded

    .av_promobox { border-radius: 30px; }

    You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    You can create any of them and copy/paste shortcode into the element you have created in Avia Layout Builder to create a similar looks. But if you would like to customize the theme to look the same, you are going to need to hire a freelance developer as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    #406882

    Hey there,

    What about text blocks? what is the proper hit for that? I tried .av_textblock_section { border-radius: 20px; }
    No result it did not seem to work although .av-special-heading { border-radius: 20px; } works perfectly.

    Cheers & thanks.

    ENB..//

    #407142

    Hey!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and then give your text block element a custom class and add following code to Quick CSS

    .your-custom-class.avia_textblock { border: 1px solid #e2e2e2; border-radius: 5px; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to create text boxes?’ is closed to new replies.