Tagged: x
-
AuthorPosts
-
March 20, 2017 at 3:14 pm #1414132
Hello,
I’d like to add a border, that matches the rest of the table, to the top of the cell with the red logo in it. I’ve tried with CSS but ultimately have failed 🙁
Any help is appreciated, thanks!
March 20, 2017 at 3:15 pm #1414134I can’t see my attachment, here it is: http://imgur.com/mvCwm0T
March 20, 2017 at 9:22 pm #1414497Hello There,
Thanks for writing in!
Could you please provide us with your website URL so we can take a closer look?
Thanks.
March 21, 2017 at 11:05 am #1415136This reply has been marked as private.March 21, 2017 at 10:23 pm #1415788Hi There,
You can add this under Custom > CSS in the Customizer.
.home #featured-price-header-color h2 { border: 1px solid #ebebeb !important; border-top-left-radius: 4px; } .home .x-pricing-table .x-pricing-column:last-of-type h2 { border-top-right-radius: 4px; }
Hope it helps, Cheers!
March 22, 2017 at 5:40 pm #1416888This reply has been marked as private.March 23, 2017 at 1:05 am #1417253Hi John,
You can add this under Custom > Global CSS in the Customizer.
div#featured-price-header-color h2 { color: #333; }
Thanks.
March 28, 2017 at 11:39 am #1423175This reply has been marked as private.March 28, 2017 at 3:55 pm #1423453That is great,
Let us know if you need further assistance.
Cheers!
-
AuthorPosts