Theme: SKT Pathway Pro

Home Forums All Other Themes Theme: SKT Pathway Pro

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

    Hi

    is it possible to change the bullet graphic or colour

    see green bullet sample: https://www.grahamwilliams.co.uk/terms/

    thanks

    #141196
    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:

    section ul li, .content-area ul li, .content-area ol li ul li {
        -webkit-filter: hue-rotate(-60deg);
        filter: hue-rotate(-60deg);
    }

    Regards,
    Dave

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

    thanks

    how do I change the colour, ie: for this site: https://www.gabo.org.uk/biography/

    or can I change the graphic?

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

    Hi,

    Kindly use this one:

    section ul li, .content-area ul li, .content-area ol li ul li {
        -webkit-filter: hue-rotate(128deg);
        filter: hue-rotate(128deg);
    }

    Regards,
    Dave

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

    many thanks, just updated this site using the same theme using the code sent, working well.

    but still have default (green) in the woo shop pages, for example: https://medicalportfolios.co.uk/product/plastic-surgery-dividers/

    where in the appearance section can these green element be changed please?

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

    Hi,

    Kindly use this one:

    section ul li, .content-area ul li, .content-area ol li ul li {
        -webkit-filter: hue-rotate(-46deg);
        filter: hue-rotate(-46deg);
    }

    Regards,
    Dave

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

    hi, thanks…

    still getting green elements on some pages: https://medicalportfolios.co.uk/product/anaesthetic-appraisal-revalidation-set/

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

    Hi,

    Kindly use this CSS code.

    section ul li, .content-area ul li, .content-area ol li ul li { background:none;}
    tab-description ul li::before {
        content: "\f058";
        border-radius: 100%;
        display: inline-block;
        font-family: fontawesome;
        color:#f5b341;
        position: absolute;
        left: 2px;
    }

    Regards,
    Dave

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

    thanks, all green has dissappeared

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

    lost all bullets?

    https://medicalportfolios.co.uk/product/generic-interview-sets/

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

    Hi,

    Kindly use this code:

    section ul li::before, .content-area ul li::before, .content-area ol li ul li::before { background:none;}
    tab-description ul li::before {
        content: "\f058";
        border-radius: 100%;
        display: inline-block;
        font-family: fontawesome;
        color:#f5b341;
        position: absolute;
        left: 2px;
    }

    Regards,
    Dave

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

    Hi, the code recommended is changing the image saturation on woo commerce thumbnails!!!

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

    this is the code I removed…

    section ul li, .content-area ul li, .content-area ol li ul li {
    -webkit-filter: hue-rotate(-30deg);
    filter: hue-rotate(-30deg);
    }

    section ul li, .content-area ul li, .content-area ol li ul li {
    -webkit-filter: hue-rotate(-46deg);
    filter: hue-rotate(-46deg);
    }

    section ul li, .content-area ul li, .content-area ol li ul li { background:none;}
    tab-description ul li::before {
    content: “f058”;
    border-radius: 100%;
    display: inline-block;
    font-family: fontawesome;
    color:#f5b341;
    position: absolute;
    left: 2px;
    }

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

    Hi,

    Only remove this code:

    section ul li, .content-area ul li, .content-area ol li ul li {
    -webkit-filter: hue-rotate(-30deg);
    filter: hue-rotate(-30deg);
    }
    
    section ul li, .content-area ul li, .content-area ol li ul li {
    -webkit-filter: hue-rotate(-46deg);
    filter: hue-rotate(-46deg);
    }

    Regards,
    Dave

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