"Read more" button different on search results page

Hi!
First of all thank you for your wonderfull work. I started using Activello today and I’m really enjoing it.

I discovered that the “Read more” button looks different on search results page than homepage (I’ve modified the second one a little bit and then I saw the search results). How can I make them look just the same?

My page is http://gmale.pl

Thank you in advance!
Kamil

Hi Kamil,

I hope you are well today and thank you for your question.

I tried to access your site but it’s not accessible and just displays loading symbol.

Yes by default both theme “Read more” buttons look different but you can try making them same by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page a.read-more {
    border-left: 2px solid #696969;
    border-right: 2px solid #696969;
    color: #696969;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}

Best Regards,
Movin