Change button shape globally

Posted in: Newspaper
Post count: 17

I am using the Photography theme which has rounded buttons. How can I change the button shape so that it will have squared-off corners globally?

Post count: 20688

Hi,

I believe you are referring to the Read more buttons
https://www.screencast.com/t/WAaI6eZNQ
The rounded corners are a design added by the demo. If you want the buttons to be displayed normally, like this
https://www.screencast.com/t/CNIS7DHS
Enter this code in Theme panel->Custom CSS section

.td-photography .td-read-more a {
border-radius: 0;
}

Thanks

Post count: 17

It worked perfectly. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.