Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • raholt Friend
    #950978

    Hello,

    Anytime I place a table in an article a fine horizontal line shows up. How do I remove that?

    See Screenshot: http://screencast.com/t/MktKJlkaB

    Can you give me the css code to place in the custom.css?

    Thanks

    Ron

    Pankaj Sharma Moderator
    #950979

    Hi this is table border bottom , can u share the url of article page ,so that i can give you exact changes for custom.css file .
    At present i found it in custom html module , you can add below code in custom.css file to hide it

    .custom td {
        border-top: none!important;
    }
    

    for the article you may try this

    .article-content td {
        border-top: none!important;
    }
    
    raholt Friend
    #950988
    raholt Friend
    #950989

    Hi,

    I added the code to custom.css and that did the trick. THANK YOU SO MUCH!!

    Ron

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  raholt 7 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum