[ad_1]
I am using a wordpress theme that doesn’t allow me to do few changes in the appearance of the website my client is asking for.
Can I use coding to do those changes or shall I change the theme and switch to a new one?
Depends on the changes required and your abilities – Some changes can be very simple with CSS but others might require PHP using WP hooks/filters or custom shortcodes.
Changing the entire theme might be a little drastic.
Look at using a child theme.