• Resolved spotter698

    (@spotter698)


    Hi all,

    I have changed the theme colour from Orange (#E66432) to Blue (#0198E1) by editing the following file – /public_html/wp-content/themes/accesspress-parallax/style.css

    I was able to do this using a previous post on this forum, which was very helpful. The only thing is that I can’t change the colour of the “Read All” button in the Blog parallax section (when it hovers). It still displays as Orange, but I’d also like to change it to the Blue (#0198E1) to match the site.

    I’d really appreciate any help you could give me to make this change via CSS, or any other advice.

    Thanks in advance for any support provided.

    Steve

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

Viewing 1 replies (of 1 total)
  • Thread Starter spotter698

    (@spotter698)

    Don’t worry, I’ve found the CSS code to change the colour from Orange to Blue. See below :-

    .slider-caption .caption-description a:hover,
    .btn:hover {
    background: #0198E1 !important;
    border: 2px solid #0198E1 !important;
    color: #FFF !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to change color of “Read All” button in Blog Section’ is closed to new replies.