• slappyintheface

    (@slappyintheface)


    I want to change the color of

    1. the social link buttons at the top and bottom of my site

    2. the “continue reading” at the end of my page excerpts on the home page

    3. the names in the Testimonials section at the bottom of my site

    I want to change them all from the turquoise (#15b6b8) to the gray/blue (#445578) I use elsewhere on my site.

    thank you for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Benachi

    (@utz119)

    Hi @slappyintheface

    Adding something like this at the bottom of your stylessheet can change to the gray/blue color.

    .jetpack-social-navigation ul li{
        background: #445578;
    }
    
    a.more-link,
    body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title a, body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title, .jetpack-testimonial-shortcode .testimonial-entry-title {
        color: #445578;
    }
    Thread Starter slappyintheface

    (@slappyintheface)

    It won’t let me paste that code in.

    Use the search function (CTRL+F) with the colour’s code #15b6b8in the code, and you’ll find all the location it is submitted in and can change it to the one you want.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Color Changes in Dara Theme’ is closed to new replies.