I am new to web designing and I have a few queries , kindly help!
1. I like the interface theme but I want to change the blue color in all places to Red. How to do it?
2. Posts are displayed in this theme 1 each line, I want to display it as 2 in a line with previous and next buttons. How to do it?
ad 1: easiest would be to open style.css and replace all occurrences of #63c6ae by the hex color code of your choice. But this will not survive the next theme update so I’d highly recommend creating a child theme and doing the changes in there (your favorite search engine will help you finding lots of information and tutorials on this subject).
Alternatively you could use the Custom CSS section in Theme Options – Design Options and override the default color for selected elements like e.g. `.slogan-wrap { background-color: #DD0000; }
.page-title-wrap { background-color: #DD0000; }`
Or you go for the Pro version where color selection is included…
ad 2: I am not sure I got the question right – would you like to have a 2-column layout for your blog posts?
hi all,
We don’t have color options in our free version and regarding to the videos in slider you need code customization for it Or hire a developer to fix it. We don’t have this feature.