Tagged: x
-
AuthorPosts
-
March 22, 2016 at 11:32 pm #849007
Hello
Is it possible to make the ethos pricing table look like the integrity one?
In particular how the lines above and below the “x_icon_list_item” connect to the border & the shadow effect of the feature column?
Also I have removed the icons from the first column and now it seems the top and bottom padding have reduced compared to the columns with the icon still there. How can i style the “x_icon_list_item” for the first column?
Thank you
March 22, 2016 at 11:33 pm #849008This reply has been marked as private.March 22, 2016 at 11:56 pm #849029Hey there,
We’re sorry but Stack styles are not interchangeable. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
March 23, 2016 at 1:02 am #849083Ok is there any way to add the shadow effect for the featured column or is that outside of scope as well?
Also what is the tag for me to custom style the โx_icon_list_itemโ?
“Also I have removed the icons from the first column and now it seems the top and bottom padding have reduced compared to the columns with the icon still there. How can i style the โx_icon_list_itemโ for the first column?”
Thanks
March 23, 2016 at 1:22 am #849100Hi,
To add shadow to your featured column, you can add this under Custom > CSS in the Customizer.
.x-pricing-column.featured { box-shadow: 0 0 10px rgba(0,0,0,0.5); }
To style your icon list item, you can add this under Custom > CSS in the Customizer.
.x-pricing-column-info ul>li { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px 20px 11px; font-size: 16px; line-height: 1.4; }
Change the values as you like.
Hope that helps.
March 23, 2016 at 2:54 am #849170Thank you I’ll give it a go and let you know how it goes ๐
March 23, 2016 at 3:02 am #849175You’re welcome. ๐
March 23, 2016 at 4:43 am #849267It did help, your a legend!
Thanks
March 23, 2016 at 5:13 am #849295Glad it worked ๐
If you need anything else, please let us know.
-
AuthorPosts