Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60074
    Lynn Caprarelli
    Participant
    Premium Member

    I feel like I’ve looked everywhere for it and searched the support forum. Thank you!

    https://www.uniformdecisions.com

    #60082
    vako
    Keymaster
    WP Royal Team

    Hi Lynn,

     

    Actually, there is no option to change the sticky post colour by the theme options, please share the colour scheme you want to be added and we will create CSS snippet for you.

     

    Kind Regards

    #70470
    Lynn Caprarelli
    Participant
    Premium Member

    Bard Dark and Bard Main, please

    #70473
    vako
    Keymaster
    WP Royal Team

    Hi Lynn,

     

    We understand your case, please tell us what colour you want to sue for the sticky posts.

     

    Kind Regards

    #70480
    Lynn Caprarelli
    Participant
    Premium Member

    any hex color in the snippet is fine as I can change it.  how about #FEFEFE to begin with?  Thank you!

    #70491
    vako
    Keymaster
    WP Royal Team

    Hi Lynn,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .sticky {

    background: #FEFEFE;

    }

    .sticky .post-title a, p {

    color: #000;

    }

    .sticky .post-title a:hover {

    color: #747474;

    }

     

    Kind Regards

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