a shortcodes.css issue

edited February 2018 in Theme support
Hello, 

I have found that the line 
table{border-collapse:collapse;border-spacing:0}
in the line 8 of base.css breaks my hovering tooltips (wowhead), as they are set as tables as well. Is there a way not to make that line not affect the rest of the site, please? 

Thanks in advance. 

(edited the title to avoid confusion)

Comments

  • My bad, it wasn't that entry. I have found that it was in fact 

    table tr:first-child td{background:url(../images/box_shadow.png) repeat-x left top}

    in shortcodes.css, line 423

    Could you tell me how I could block this line in the child-theme? I wouldn't want to have it come back on the next update of Be. :)


  • If this is only a css then you do not need a child theme, place the css in theme options>custom CSS
    You can simply use:
    table tr:first-child td{background:none !important;}
  • It's still doing the same. The only way I have found to not have it break the frame is if I comment the line 423 in shortcodes.css

    Is there a more elegant way of doing it, please?
  • there is nothing elegant about wordpress ;)
    If your sollution worked then it is fine. We would do the same.
    cheers
  • I mean, it did work, but it will break again on the next BeTheme update. And I'd like to avoid that. :D
  • You can always install a child theme, and then it will not break. We can try again to change it via custom css, there must be a way.
Sign In or Register to comment.