Hi @izzyiz,
Your profile is currently linking to “visionsmin.orgvizionsus.com” and clicking on your username therefore leads to a 404 page. Can you please update your profile to make your site a little easier for forum helpers to find?
I visited both visionsmin.org and vizionsus.com directly, and can see that vizionsus.com is the site you’re trying to customise.
Actually trying to get a scroll bar inside of the picture in slide 3 “a personal note”.
The following custom CSS can be added to your child theme’s style.css file in order to add a generic scroll bar to that section:
#page-section .entry-content {
overflow-y: scroll;
height: 150px;
}
You can experiment with different values of height in the above.
If you’re looking for something a little different/fancier than that, then I recommend experimenting with a few different plugins.
Would also like to make the picture transparent except the cd cover, with the scroll off to the right of the cd cover. Hope this helps
CSS won’t enable you to make specific parts of the picture transparent. Instead, you will need to do that with third-party photo editing software.
Let me know how you get on with the above or if extra questions come up.