Home › Forums › All Other Themes › Indent footer text for
- This topic has 10 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
July 8, 2017 at 2:12 am #77638
Theme: Welder Pro
http://mysbiz.com/MDElectric/I like the way the phone number is indented, how do I indent the remaining of the contact information (but not the labels)
https://snag.gy/yNzhFD.jpg
July 10, 2017 at 12:09 pm #77842Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.cols-4 ul li a { padding-left:0;}
Regards,
ChrisJuly 10, 2017 at 4:36 pm #77864This removed the indent. How do I change the text color of the labels?
July 11, 2017 at 10:33 am #77927Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.has-label strong { color:#f00 !important;}
Regards,
ChrisJuly 12, 2017 at 8:50 pm #78111Thanks, worked!
July 12, 2017 at 8:55 pm #78112Actually, it worked in the footer, but also in other places.
Is there a non global code for footer label?
https://snag.gy/gwy3zf.jpg
July 14, 2017 at 5:45 am #78272Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
article ul li { list-style:none !important;}
Regards,
ChrisJuly 14, 2017 at 9:44 pm #78354The labels are still yellow on the contact page with this code added.
July 17, 2017 at 1:32 pm #78453Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.content-area .has-label strong { color:#000 !important;}
Regards,
ChrisJuly 24, 2017 at 10:49 pm #79127Worked, thank you.
July 25, 2017 at 4:49 am #79129Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/8/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.