Home › Forums › All Other Themes › Theme Nutrician
- This topic has 10 replies, 2 voices, and was last updated 5 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 19, 2019 at 12:38 pm #129014
Hi, the text bullets and “quote” actions are not showing on this theme for https://www.elite123.co.uk
ie: https://www.elite123.co.uk/elite123-social-care-open-events/ (bullets) and https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/ (quotes)
can this important attribute be added please?
August 20, 2019 at 6:12 am #129079Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerpage_wrapper ul { list-style:disc inside !important;}
Regards,
ChrisAugust 20, 2019 at 7:12 am #129107thanks Chris
that has worked perfectly for https://www.elite123.co.uk/elite123-social-care-open-events/ (bullets) but quotes remain as before https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/
August 21, 2019 at 5:09 am #129163Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.entry-content blockquote p::before { position: relative; content: "\f10d"; display: inline-block; font-family: FontAwesome; } .entry-content blockquote p::after { position: relative; content: "\f10e"; display: inline-block; font-family: FontAwesome; }
Regards,
ChrisAugust 21, 2019 at 8:22 am #129193hi Chris, sadly that has not worked 🙁
https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/
August 22, 2019 at 6:16 am #129259Hi,
Kindly use this one
.tm_description em::before { position: relative; content: "\f10d"; display: inline-block; font-family: FontAwesome; } .tm_description em::after { position: relative; content: "\f10e"; display: inline-block; font-family: FontAwesome; }
Regards,
ChrisAugust 22, 2019 at 6:27 am #129262thanks Chris but no change
https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/
did you want to log in and try yourself?
August 22, 2019 at 6:30 am #129263I’ve emailed login details to support@
ref: https://www.sktthemes.org/forums/topic/theme-nutrician/#post-129262
August 22, 2019 at 6:54 am #129266Hi,
This is done
Regards,
ChrisAugust 22, 2019 at 8:29 am #129287perfect Chris, thanks
August 23, 2019 at 4:57 am #129309🙂
-
AuthorPosts
- You must be logged in to reply to this topic.