Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #943550

    I’m using my own html code for tables
    BioSaurus
    I would like to change the design of the table to invisible.
    How doeas this work?
    Thanks a lot!

    #943882

    Hey ecounited,

    Very nice looking site, good work! I’m not sure what you mean by this though:

    I would like to change the design of the table to invisible.

    Could you try to explain a bit further please?

    Best regards,
    Rikard

    #945788

    You will find a table under “rezeptur“.
    I copied a table from a html sourche, without using enfold table designer, to safe time.
    Now the table seems to have a default design, which I would like to edit or switch off.
    I guess enfold is using properties from General Styling, but there I could not swich off table border, but only changing colors.

    Best regards,

    #946966

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .main_color tr,
    .main_color td,
    .main_color th {
        border: 0px!important;
    }
    

    Best regards,
    Vinay

    #950689

    Thank you Vinay,

    I also would like to switch off table background. It is still grey…

    background-color: transperent or inherit does not work

    How it does?

    #951649

    Hi,

    I tried to check your site but the link did not work for me

    Try the below code

    #top .avia-table tr
    { 
    	background: transparent !important; 
    }

    If you have any issue please provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #1031878

    The same to me, i use the Restaurant Theme and added a table into the footer with this css but nothing changes:

    .footer-tbl tr th:nth-child(1), .footer-tbl tr td:nth-child(1) {
    background: #791311 !important;
    color:#f4ddb3;
    }
    .footer-tbl tr th:nth-child(2), .footer-tbl tr td:nth-child(2) {
    background: #791311 !important;
    color:#f4ddb3;
    }

    Is there any Cache Problem with this theme?

    #1032134

    Hi xeovision,

    How can we answer questions about your site if you don’t give us anything to look at? Please start a new thread and include a link to your site so that we can have a closer look.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.