Theme Nutrician

Home Forums All Other Themes Theme Nutrician

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #129014
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    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?

    #129079
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30575
    • Total: 30575
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerpage_wrapper ul { list-style:disc inside !important;}

    Regards,
    Chris

    #129107
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks 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/

    #129163
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30575
    • Total: 30575
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #129193
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    hi Chris, sadly that has not worked 🙁

    https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/

    #129259
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30575
    • Total: 30575
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #129262
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks Chris but no change

    https://www.elite123.co.uk/elite123-social-care-reviews-and-testimonials/

    did you want to log in and try yourself?

    #129263
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    I’ve emailed login details to support@

    ref: https://www.sktthemes.org/forums/topic/theme-nutrician/#post-129262

    #129266
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30575
    • Total: 30575
    Member since: August 16, 2013

    Hi,

    This is done

    Regards,
    Chris

    #129287
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect Chris, thanks

    #129309
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30575
    • Total: 30575
    Member since: August 16, 2013

    🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.