• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good afternoon,

    I was wondering if I could have some help with some colour coding! Firstly I am having trouble getting rid of the black hover box over “next post” and “Previous Post” My colour scheme is purple and I would ideally like not to have the hover colour and just the words in purple. Secondly how do I change the colour of the “gold” on the comment reply? Again, I would prefer it to be white background and purple words?

    Thirdly, I have two sets of “you may also like” at the bottom of my blog posts, one set has pictures and title and the other which is just below the “share this” is only blog titles, how do I get rid if that? I have everything set for it not to be there but it just doesn’t disappear!

    My blog is mmummyheartsyou.com

    Many Thanks
    Anna-Marie

Viewing 5 replies - 1 through 5 (of 5 total)
  • Fotis

    (@markwaregr)

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this for the navigation hover

    #paging a:hover,
    #paging .current {
        color: #ff61f2;
        background: #fff;
    }

    and this

    .comment-reply-link {
        color: #ff61f2;
        background: #fff;
    }

    in the box.

    You have enabled Jetpack’s Related Posts Module (https://jetpack.com/support/related-posts) you can disable it from its Settings.
    Let me know if you need extra assistance.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you for your reply. I am still having issues with the the colours. On the “reply” next to a comment and the hover is still black over “next post”

    Many thanks

    Fotis

    (@markwaregr)

    Hi there,
    I cannot see the code suggested rendering in your custom css box, have you removed it?
    Can you place it before any other custom rules you might have and let me know?
    Best Regards

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you, its now working!

    Fotis

    (@markwaregr)

    Glad I could help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Colour Issues’ is closed to new replies.