Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #150641
    vraba
    Participant

    Hallo, how I can change the color of readmore (Cist dale) button on main page (hero content). http://www.zahradnizabava.cz
    Thanks

    #150653
    Skandha
    Participant

    @vraba: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color of readmore button */
    .readmore a {
    	background-color:blue !important;
    	border-color:#123456 !important;
    	color:yellow !important;
    }
    /* To change color of readmore button on hover */
    .readmore a:hover {
    	background-color:red !important;
    	border-color:pink !important;
    	color:blue !important;
    }

    You can change the color according to your requirement!
    Kind Regards,
    Skandha

    #150807
    vraba
    Participant

    Thanks!

    #150880
    Skandha
    Participant

    @vraba: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change readmore button’ is closed to new replies.