-
AuthorPosts
-
May 9, 2017 at 8:48 pm #790579
Hi I want the thin grey border around by table in a text block to be black and a bit thicker. I found this code in another thread and it makes the top row black but not thicker: tr:first-child th, tr:first-child td{border-color: #000000;}
I’d like the whole table to have black borders and thicker … I know the “first-child” has to change but to what. Already tried “nth-child” but that didn’t work … please help! Thank you.
May 10, 2017 at 4:26 am #790802Hey Laila,
Try this code in the General Styling > Quick CSS field:table, th, td { border: 5px solid black!important; }
if you still need more help, please include your url :)
Best regards,
MikeMay 10, 2017 at 4:43 am #790807Thank you Mike! That worked to make the border thicker but the border is still grey for some reason … the link isn’t live (on a staging site) … http://reedland.wpengine.com/transactions/ (hosted on WPengine)
Is there a way I can send you a screen shot? Or perhaps the code on the page? Let me know!
May 10, 2017 at 5:31 am #790829Hi lailams,
The website is requiring a username and password. Can you give that to us in the Private Content section of your reply?
A screenshot might help, too, but it’s best for us to actually see the page in question.
Best regards,
SarahMay 10, 2017 at 10:39 pm #791365Did you get the website login I sent in Private Content? Let me know!
May 10, 2017 at 10:41 pm #791366I don’t think it went through. Please see private content for login.
May 10, 2017 at 10:50 pm #791372Hi,
I tried the above login, but it did not work for me.
Best regards,
Jordan ShannonMay 11, 2017 at 3:46 am #791435Hi Jordan,
You have to use the demo login twice – once when you get to the first link then again when you go to https://reedland.wpengine.com/wp-admin/ THEN use the wordpress login. Let me know if that works! Thank you so much.Laila
May 11, 2017 at 5:59 am #791474Hi Laila,
I got past the demo login easily, but the WordPress login doesn’t work for me.
Anyway, now that we can see your website, I’ll suggest an edit to Mike’s solution.
Please try this code instead:
.main_color table, .main_color th, .main_color td { border: 5px solid black!important; }
Let us know if that works for you.
By the way, in case you want to send a screenshot, you can upload it in imgur, Dropbox, Google Drive, or something similar, and then paste the share link here.
Best regards,
SarahMay 11, 2017 at 10:04 pm #791947That totally worked! Thank you so much. And thank you for explaining how to share screenshots. Really appreciate it :)
May 12, 2017 at 12:34 am #791979Hi,
I’m glad Sarah’s solution was able to help you. If you need additional help, please don’t hesitate to let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.