Can you show your website so that i can give instructions for reducing header height.
2. Header menu colors/opacity/font are given in Appearance>Theme Options>basic settings as explained in documentation as well: http://sktthemesdemo.net/documentation/photo-session-documentation/#playing-with-theme-options
And 3. Don’t keep any text in slider title and description in Appearance>Theme Options>Slider settings and you won’t see the text.
Please how do I reduce the height of my header it is quite big and taking up space on the home page.
2. How do I change the colour of the menu headers/font
3. How do I remove captions from the home page. (slider caption and description caption on home page, I just want to have a full picture on home page with no text on it.
Good afternoon. I have a background image chosen, but also want to use a white body color. I’ve tried custom CSS for this and it’s not catching. Any insight?
Sorry for the delay in reply. I couldn’t check your site since it goes to check your web address error.
You can keep opacity at 0.9 or else we can give you the RGB codes however then color changes would be a problem. So if you just want the opacity controlled and not the color then we can give you instructions for the same or else we can do this on your website provided you send us the WordPress admin details via email: [email protected]
Here you go: Content background color and opacity
Add this code to custom css field in Appearance>Theme Options>Layout Settings>Custom CSS:
#content{background: rgba(0, 0, 0, 0.9) !important; opacity:1!important; }
Yes this is a current problem. Why? Because any color picker in the world which we use uses hex code and while for keeping opacity of elements intact and only changing opacity of the black background we need to have RGB code.
So in case we want both i.e. color change plus background opacity change the only way out is hex code. But unfortunately using this causes the elements within the area also to be transparent.
So in case you don’t need the color to be changed and use only black and need just opacity changed let us know.
We will send a fix for this in RGB code and this would solve the issue you have.