• Hi, I want to change the blue color that apperars on the related projects titles below the view of one project (When I’m with the mouse over these text buttons – the rollover it’s blue default and I want to change it)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello gerard57,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .entry-content .jp-relatedposts-post-title a:hover {
      color: #e51b29
    }

    Hope this will helps you.

    Thanks.

    Thread Starter gerard57

    (@gerard57)

    Thanks ?? it works.

    And if I want to change the default color? (It appears in blue before moving the mouse over it)

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Try below css code.

    .entry-content .jp-relatedposts-post-title a {
      color: #1cc9af
    }

    Hope this will helps you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rollover color related project buttons’ is closed to new replies.