Tagged: color section, image background
Hi, first of all, Gret job you have done here.
However I have some small issues.
1. How to enlarge the height of the picture inside the scrollable area. Gave it large paddings but still it’s smaller then in a demo.
2. Before purchased the theme I was sure I can add a CTA text and button inside this area(from 1.) like in this one http://themes.webcreations907.com/ninezeroseven/revolutionslider/
It’s very very important for me!
Now, how complicated could it be to do this, by my self (not much knowledge of PHP)?
Are you planing to add this feature on your next update?
BTW: Using the provided child-theme. But for now only changed some CSS in it.
p.s It’s also ma be helpful to give an option of font-size for the texts and headings from the admin panel.
Oh I am sorry, it’s so easy to just put a text-area or anything I want into the area – so #2 is solved.
But still the question about the enlarge without any content inside it is – open!
Regards…
Hi,
What do you mean the “picture inside the scrollable area”? Can you give us a screenshot or a link to the page?
Regards,
Ismael
Like the picture with a fancy kitchen at the bottom of this page http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Avia section with fixed background.
What I ask is how to increase the default height of this area.
Regards.
Hi,
You mean the Color Sections? Edit the Color Section, add a unique css selector under “For Developers: Section ID” field. For example, “awesome-section”. Use it on your custom.css or Quick CSS to define the height of the section.
#awesome-section {
height: 500px;
}
Regards,
Ismael