• Closed
  • LSE Network
    Spectator
    June 10, 2014 at 11:59 pm #8475

    Hi,

    I am new to Theme4Press.

    My website is cms.littlesoaringeagle.biz

    I used tables created in Microsoft Word, then I copied and paste them into the dashboard of WordPress.

    I need to know how to hide the borders around tables I have entered into my pages.
    If there is a link located in the dashboard I don’t seem to be able to find it.

    So far the Alora Theme is great, I just have newbie issues.

    Thank you.

    Roman
    Spectator
    Posts: 3147
    June 12, 2014 at 5:29 pm #10014

    please provide me a link with the visual issue

    LSE Network
    Spectator
    Posts: 3
    June 13, 2014 at 9:33 am #10023

    cms.littlesoaringeagle.com

    Roman
    Spectator
    Posts: 3147
    June 13, 2014 at 8:56 pm #10028

    insert this in the Custom CSS section in Theme Options panel:

    Code:
    table {
    border: none;
    box-shadow: none;
    }