• Resolved cierrabaylor

    (@cierrabaylor)


    Hi,

    Great plugin, I was able to easily customize everything except the color of links (Recent Posts…etc) below the search. It seems to me that these links are h3 and when I change the color it change the color of all post titles site wide.

    h3 > a {
    color: #fff;
    }

    Can you help me with this?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author LebCit

    (@lebcit)

    Hello @cierrabaylor

    Happy to hear that you like the plugin 🙂
    I’m working on some improvements now 😉
    Users will be able in a future update to customize everything in the cusomizer 😉
    If you want to change the color of RECENT POSTS, TOP CATEGORIES and TOP TAGS titles do this

    .dummy-column h2 {
        color: red; /* replace red by your color or any hex value */
    }

    If you want to change the color of the links under those titles do this

    .dummy-media-object h3 a {
        color: red; /* replace red by your color or any hex value */
    }

    Don’t hesitate if you have any other question.

    SYA 🙂
    LebCit

    • This reply was modified 9 years, 3 months ago by LebCit.
    • This reply was modified 9 years, 3 months ago by LebCit.
Viewing 1 replies (of 1 total)

The topic ‘Recent Posts color’ is closed to new replies.