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

    Hi!

    This is a question about your response from Peter on April 28, 2014 at 8:44 am in the following thread:
    https://kriesi.at/support/topic/enfold-table-customization/#post-258483

    Can the code for 1) and 2) be inserted into the Quick CSS box in General Styling? I tried that and nothing happens.

    If not, into which css file do I need to insert it and can it be accessed through WordPress or only through my hosting files folder?

    I’m trying to create a table with white background and no borders.

    Thanks for your help!

    #828485

    Hey messmeriza,
    Try this code in the General Styling > Quick CSS field:

    .main_color tr {background: #fff !important; border-color: #fff !important;  }
    td {border-width: 0px !important; }

    Best regards,
    Mike

    #829775

    Perfect! Thanks a lot that worked :)

    #829941

    Hi,

    Glad that Mike helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Re: Enfold Table Customization’ is closed to new replies.