New Landing How can we help? Themeforest Theme Support Dante Thin divider line above below

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #119789
    Mike Craycraft
    Member
    Post count: 31

    There is a think line above and below the table on this page and I can not figure out how to remove it. http://www.matrixtpa.com/nationwide-risk-management-services/

    Thanks,
    Mike

    Attachments:
    You must be logged in to view attached files.
    #119813
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .page-id-511 table.sf-table.standard_minimal td{border:none !important;}

    Thanks
    Mohammad

    #120010
    Mike Craycraft
    Member
    Post count: 31

    Hi Mohammad,

    That did remove the line above the table but not the line below it?

    Thanks Again,
    Mike

    #120254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-511 table.sf-table.standard_minimal {
        border: medium none !important;
    }

    Thanks
    Mohammad

    #120543
    Mike Craycraft
    Member
    Post count: 31

    Hi Mohammad,

    I have added the new code to the custom CSS area in the theme options but now both lines are back? I have tried a combination of the first code, the second code and both codes, that you have provided but neither have seemed to work.

    Thanks,
    Mike

    #120545
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try the code below.

    
    .post-511 table.standard_minimal td {
    border-bottom: none!important;
    border-top: none!important;
    }

    -Rui

    #120552
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Forget about the code I provided above.
    Mohammad code was fine, the problem is the media query you have on your css isn’t closed and all the code below that doesn’t work.

    @media only screen and (max-width: 767px) { #header-section:before{opacity:1;}

    I didn’t close the media query because I’m not sure what code you want to affect to that screen resolution.

    -Rui

    #120574
    Mike Craycraft
    Member
    Post count: 31

    Hi Rui,

    OK, that makes a lot of sense as I was noticing half the time I entered CSS changes they never took affect but I always added them after the open CSS.

    I apologize for my ignorance but basically anything after that line is not working right? Thus, I may just remove it all and then add back as I need it. There are CSS changes in the child theme as well so it is a bit of a mess as I couldn’t get things to work properly but the open CSS makes sense why that was.

    Thanks,
    Mike

    #120585
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem, it’s not easy to spot this situation. It’s not a question of ignorance we are learning everyday.

    Since the bracket is not closed the code below is not interpreted.
    If you break the code in several lines it’s easier to visualize.

    If you want only to change the header opacity in resolutions till 767px the code should be.

    
    @media only screen and (max-width: 767px) {
    
       #header-section:before{
         opacity:1;
       }
    
    }
    

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register