• Closed
  • LSE Network
    Spectator
    10.06.2014 at 23:59 #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
    12.06.2014 at 17:29 #10014

    please provide me a link with the visual issue

    LSE Network
    Spectator
    Posts: 3
    13.06.2014 at 09:33 #10023

    cms.littlesoaringeagle.com

    Roman
    Spectator
    Posts: 3147
    13.06.2014 at 20:56 #10028

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

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