• I would like to change the default red color of the “Read More” button to something that better matches the color scheme I am using for Minamaze. Can anyone tell me how to do that?

    Thanks, in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • /* change color of readmore bottom*/
    #section-home-inner p a{
    background-color: #2589e8
    }

    change the HEX value to your color need

    or try this

    .themebutton {
    background: #000;
    }
    change the HEX value to your color need

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing color of "Read More" box in Minamaze’ is closed to new replies.