Home › Forums › Arnold WordPress Theme › Price modul adjusting
- This topic has 7 replies, 2 voices, and was last updated 5 months, 2 weeks ago by
SeaTheme.
- AuthorPosts
- July 10, 2020 at 3:58 pm #21947
Hi! I would like to adjust the price modul but I need your help again.
1- How can I change the font color and remove the shadow?
2- How to delete this last row?
3- How to change font color and font itself?
4- Why is the content out of the box?Thank you heaps!
July 11, 2020 at 1:17 am #21953July 11, 2020 at 1:39 pm #21961This reply has been marked as private.July 12, 2020 at 1:16 am #21965Hi,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS” :
1.
.price-number { text-shadow: none; }
2.
.price-button { display: none; }
3.
.pirce-title { color: #666666; font-family: Ek Mukta; } .price-number { color: #333333; font-family: 'halisbook'; }
4.
.price-list-item-text { padding: 10px 20px 0 0; }
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookJuly 12, 2020 at 10:03 am #21971This reply has been marked as private.July 13, 2020 at 2:30 am #21974Hi,
Because the padding has been set in the custom CSS( https://www.dropbox.com/s/kjoem50imktw2yd/qq20200713-102654.jpg?dl=0 ), please update it as
padding: 10px 20px 0 0;
:Please add the custom css for bottom spacing:
.pirce-item { margin-bottom: 20px; }
Best
August 10, 2020 at 2:13 pm #22217Do you know how I can adjust the padding between this?
https://i.ibb.co/h8QvQpR/Bildschirmfoto-2020-08-10-um-15-55-29.jpg
August 11, 2020 at 1:51 am #22222Please adjust top and bottom by the custom CSS:
.price-number-b { margin-top: 20px; } .price-number { min-height: 120px; }
- AuthorPosts
- You must be logged in to reply to this topic.